* zin: add css file of formGridPanel widget.

This commit is contained in:
liugang
2024-04-19 11:08:10 +08:00
parent 0b38bced23
commit 09afd8a74f
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
.size-sm {--zt-panel-form-max-width: 800px; --zt-panel-form-min-width: 590px;}
.size-md {--zt-panel-form-max-width: 1000px; --zt-panel-form-min-width: 790px;}
.size-lg {--zt-panel-form-max-width: 1200px; --zt-panel-form-min-width: 990px;}
+1 -1
View File
@@ -43,6 +43,6 @@ class formGridPanel extends formPanel
public static function getPageCSS(): ?string
{
return ".size-sm {--zt-panel-form-max-width: 800px;--zt-panel-form-min-width: 600px;}";
return file_get_contents(__DIR__ . DS . 'css' . DS . 'v1.css');
}
}