From 4500fa2361e2d6779c90f38392dd64f07da5b5a0 Mon Sep 17 00:00:00 2001 From: charlesxie <408737515@qq.com> Date: Fri, 14 Jul 2023 10:52:26 +0800 Subject: [PATCH] =?UTF-8?q?feature=EF=BC=9Adocker=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compose/local/django/Dockerfile | 1 + web/src/views/home/home.vue | 24 ++++++++++++++++++------ 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/compose/local/django/Dockerfile b/compose/local/django/Dockerfile index 096362a..f0c0663 100644 --- a/compose/local/django/Dockerfile +++ b/compose/local/django/Dockerfile @@ -39,6 +39,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ # Translations dependencies gettext \ default-libmysqlclient-dev \ + nodejs\ # cleaning up unused files && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \ && rm -rf /var/lib/apt/lists/* diff --git a/web/src/views/home/home.vue b/web/src/views/home/home.vue index a5a90d4..c254301 100644 --- a/web/src/views/home/home.vue +++ b/web/src/views/home/home.vue @@ -9,6 +9,7 @@ :placeholder="'请输入文件夹路径:'" behavior="simplicity"> +
@@ -59,8 +60,8 @@
- +
@@ -259,8 +260,8 @@
年份
- + @@ -781,9 +782,20 @@ button.bk-button-text { .bk-icon.icon-arrows-right-circle { color: rgb(17, 64, 108) !important; } - +.bk-icon.icon-arrows-right-shape { + color: rgb(17, 64, 108) !important; +} +.bk-icon.icon-arrows-right-shape:hover { + color: #df4d40 !important; +} +.bk-icon.icon-arrows-left-shape:hover { + color: #df4d40 !important; +} +.bk-icon.icon-arrows-down-shape:hover { + color: #df4d40 !important; +} ::-webkit-scrollbar { - width: 6px; + width: 0; background-color: transparent; }