* zin: refactor detailSide wg.

This commit is contained in:
sunhao
2023-12-28 09:08:18 +08:00
parent 8211b1fcb8
commit 071729490e
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -1,6 +1,5 @@
.detail-side {width: 370px;}
.detail-side .tab-content>.tab-pane {padding-left: 0 !important;}
.detail-side {background: #fff; height: min-content;}
.detail-side .tabs:not(:first-child) {border-top: 1px solid #E6EAF1;}
.detail-side .tabs {padding-top: 12px; padding-bottom: 20px;}
.detail-side > .table-data {width: 100%;}
+1 -1
View File
@@ -13,7 +13,7 @@ class detailSide extends wg
{
return div
(
setClass('detail-side flex-none px-6'),
setClass('detail-side canvas flex-none px-6 h-min'),
set($this->getRestProps()),
$this->children()
);