From ae3d126ef1fd40b50be807686c5149632459c178 Mon Sep 17 00:00:00 2001 From: njdaoyehu Date: Wed, 23 Apr 2025 17:00:27 +0800 Subject: [PATCH] fixed --- src/assets/custom.scss | 20 ++++++++-------- src/assets/style.css | 15 ++++++++++++ src/views/data/task/drawer.vue | 44 +++++++++++++++++++++++++++++++++- 3 files changed, 68 insertions(+), 11 deletions(-) diff --git a/src/assets/custom.scss b/src/assets/custom.scss index c56a7c2..17a3396 100644 --- a/src/assets/custom.scss +++ b/src/assets/custom.scss @@ -400,16 +400,16 @@ background-color: rgba(146,214,237,0.3) !important; } -:deep(.ant-popover-inner) { - border: 1px solid #183171 !important; - background-color: #13265a !important; -} - -:deep(.ant-popconfirm-message-title) { - font-family: "Noto Sans SC", serif; - font-size: 14px; - color: white; -} +//:deep(.ant-popover-inner) { +// border: 1px solid #183171 !important; +// background-color: #13265a !important; +//} +// +//:deep(.ant-popconfirm-message-title) { +// font-family: "Noto Sans SC", serif; +// font-size: 14px; +// color: white; +//} :deep(.ant-picker), :deep(.ant-picker-range) { diff --git a/src/assets/style.css b/src/assets/style.css index abe27a1..2d3da5d 100644 --- a/src/assets/style.css +++ b/src/assets/style.css @@ -21,6 +21,10 @@ border: none; } +.ant-btn-sm { + height: 24px !important; +} + .ant-btn-primary:hover { font-family: "Noto Sans SC", serif; font-size: 14px; @@ -190,3 +194,14 @@ color: #ffffff; border-bottom: 1px solid rgba(45,119,243,0.3) !important; } + +.ant-popover-inner { + border: 1px solid #183171 !important; + background-color: #13265a !important; +} + +.ant-popconfirm-message-title { + font-family: "Noto Sans SC", serif; + font-size: 14px; + color: white; +} diff --git a/src/views/data/task/drawer.vue b/src/views/data/task/drawer.vue index d7a9f83..e526520 100644 --- a/src/views/data/task/drawer.vue +++ b/src/views/data/task/drawer.vue @@ -7,8 +7,33 @@
OCR识别
+ + 清空列表 + +