From d1cd5af5adb53e91efdd278328e1b6f8ad834fb5 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 06 二月 2025 21:11:56 +0800 Subject: [PATCH] Merge branch 'positec' into dms --- src/views/tabledesign/index.scss | 21 +++++++++++++++++++-- 1 files changed, 19 insertions(+), 2 deletions(-) diff --git a/src/views/tabledesign/index.scss b/src/views/tabledesign/index.scss index 84954ae..8ec16e2 100644 --- a/src/views/tabledesign/index.scss +++ b/src/views/tabledesign/index.scss @@ -151,8 +151,25 @@ button { margin-left: 15px; } - .mk-opeartion-list button:not(.ant-switch):not(:last-child):not(:nth-last-child(2)) { - padding: 0px 10px; + .mk-opeartion-list { + button:not(.ant-switch):not(:last-child):not(:nth-last-child(2)) { + padding: 0px 10px; + } + .mk-button-more { + display: inline-block; + height: 32px; + border: 1px solid #26C281; + color: #26C281; + line-height: 32px; + padding: 0 10px 0px 20px; + border-radius: 4px; + cursor: pointer; + vertical-align: top; + margin-left: 15px; + .anticon-down { + margin-left: 3px; + } + } } .ant-switch.big { min-width: 60px; -- Gitblit v1.8.0