From 479318abff185635df7ecae9ee2f6ac0c0abf8ef Mon Sep 17 00:00:00 2001 From: colorfulberry Date: Tue, 19 May 2020 11:07:32 +0800 Subject: [PATCH] feat: suitable the files --- .bra.toml | 1 + templates/datasets/create.tmpl | 2 +- web_src/less/_dataset.less | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.bra.toml b/.bra.toml index bd324f035..9650679d5 100755 --- a/.bra.toml +++ b/.bra.toml @@ -11,6 +11,7 @@ watch_dirs = [ "$WORKDIR/models", "$WORKDIR/cmd", "$WORKDIR/options", + "$WORKDIR/web_src", ] # Directories to watch watch_exts = [".go", ".ini", ".less"] # Extensions to watch env_files = [] # Load env vars from files diff --git a/templates/datasets/create.tmpl b/templates/datasets/create.tmpl index 9a18e4a0d..692580ce5 100644 --- a/templates/datasets/create.tmpl +++ b/templates/datasets/create.tmpl @@ -26,7 +26,7 @@
-
+
diff --git a/web_src/less/_dataset.less b/web_src/less/_dataset.less index 90bf6a2dc..99d89b6b0 100644 --- a/web_src/less/_dataset.less +++ b/web_src/less/_dataset.less @@ -1,3 +1,6 @@ .dataset { padding-top: 15px; + .dataset-files { + margin: 0 30px !important; + } } \ No newline at end of file