From 9d88931a478c07d0c1124bd69db19b2fe205164b Mon Sep 17 00:00:00 2001 From: colorfulberry Date: Wed, 20 May 2020 15:35:57 +0800 Subject: [PATCH] feat: add maxfile less than one --- templates/datasets/create.tmpl | 2 +- web_src/less/_form.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/datasets/create.tmpl b/templates/datasets/create.tmpl index 692580ce5..b5ef9dca9 100644 --- a/templates/datasets/create.tmpl +++ b/templates/datasets/create.tmpl @@ -29,7 +29,7 @@
-
+

diff --git a/web_src/less/_form.less b/web_src/less/_form.less index 52dd70568..e53543133 100644 --- a/web_src/less/_form.less +++ b/web_src/less/_form.less @@ -30,7 +30,7 @@ } @media only screen and (min-width: 768px) { - width: 800px !important; + // width: 800px !important; .header { padding-left: @create-page-form-input-padding+30px;