This commit is contained in:
李硕
2024-02-08 16:24:42 +08:00
parent 1207f45277
commit 3e73fd689a
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
.row-module {max-width: 500px; min-width: 400px;}
.row-module {max-width: 400px; min-width: 300px;}
.row-module + .row-module {margin-top: 5px;}
.form .input-group .col-module {border-radius: 2px 0 0 2px;}
.form .input-group .col-short {width: 110px; border-radius: 0 2px 2px 0;}
+4 -1
View File
@@ -190,7 +190,7 @@ div
),
div
(
setStyle('max-width', '70%'),
setStyle('min-width', '60%'),
panel
(
setClass('pb-4'),
@@ -203,6 +203,9 @@ div
setClass('pr-2 tree-item-content row items-center'),
setStyle('padding-bottom', '48px'),
setStyle('max-width', '30%'),
setStyle('flex-direction', 'row'),
setStyle('flex-wrap', 'wrap'),
setStyle('align-content', 'center'),
$parentPath
),
form