From 0383744c6037f04495b1bb950c98644211fa0ad3 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 24 一月 2025 22:44:25 +0800 Subject: [PATCH] 2025-01-24 --- src/views/menudesign/index.scss | 33 +++++++++++++++++++-------------- 1 files changed, 19 insertions(+), 14 deletions(-) diff --git a/src/views/menudesign/index.scss b/src/views/menudesign/index.scss index 5521e68..5f94984 100644 --- a/src/views/menudesign/index.scss +++ b/src/views/menudesign/index.scss @@ -199,8 +199,25 @@ button { margin-left: 10px; } - .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: 10px; + .anticon-down { + margin-left: 3px; + } + } } .ant-switch.big { min-width: 60px; @@ -253,17 +270,5 @@ .ant-table-thead > tr > th { background: transparent!important; border-radius: 0!important; - } -} - -@media screen and (max-width: 1500px) { - .mk-opeartion-list .ant-btn { - min-width: 65px; - .anticon { - display: none; - } - .anticon + span { - margin-left: 0px; - } } } \ No newline at end of file -- Gitblit v1.8.0