From 0f0a7ad8ed12f3b391889f45b5a80ee7793629e5 Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Mon, 29 Jan 2024 10:05:09 +0800 Subject: [PATCH] 'commit' --- WebRoot/config/pear.config.p.yml | 2 +- WebRoot/view/tb/form/report_p.html | 25 +++++++++++++++++++++++++ WebRoot/view/tb/school/task_list_p.html | 6 +++--- 3 files changed, 29 insertions(+), 4 deletions(-) diff --git a/WebRoot/config/pear.config.p.yml b/WebRoot/config/pear.config.p.yml index c2174b3b..4312436e 100644 --- a/WebRoot/config/pear.config.p.yml +++ b/WebRoot/config/pear.config.p.yml @@ -40,7 +40,7 @@ tab: ## 主题配置 theme: ## 默认主题色,对应 colors 配置中的 ID 标识 - defaultColor: "2" + defaultColor: "1" ## 默认的菜单主题 dark-theme 黑 / light-theme 白 defaultMenu: "dark-theme" ## 默认的顶部主题 dark-theme 黑 / light-theme 白 diff --git a/WebRoot/view/tb/form/report_p.html b/WebRoot/view/tb/form/report_p.html index e5feac22..11d01217 100644 --- a/WebRoot/view/tb/form/report_p.html +++ b/WebRoot/view/tb/form/report_p.html @@ -35,6 +35,31 @@ position: absolute; right: 15px; } + + .layui-btn { + display: inline-block; + vertical-align: middle; + height: 38px; + line-height: 38px; + border: 1px solid transparent; + padding: 0 18px; + background-color: #2d8cf0; + color: #fff; + white-space: nowrap; + text-align: center; + font-size: 14px; + border-radius: 2px; + cursor: pointer; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + } + + .layui-btn-primary { + border-color: #d2d2d2; + background: 0 0; + color: #5f5f5f; + } diff --git a/WebRoot/view/tb/school/task_list_p.html b/WebRoot/view/tb/school/task_list_p.html index 611cdfde..8e815296 100644 --- a/WebRoot/view/tb/school/task_list_p.html +++ b/WebRoot/view/tb/school/task_list_p.html @@ -58,16 +58,16 @@