From 46f79b491173d284a4900d19e7aecf7509481438 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 21 一月 2022 17:21:25 +0800 Subject: [PATCH] 2022-01-21 --- src/views/mobdesign/index.scss | 50 ++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 48 insertions(+), 2 deletions(-) diff --git a/src/views/mobdesign/index.scss b/src/views/mobdesign/index.scss index 62efe52..d9f3125 100644 --- a/src/views/mobdesign/index.scss +++ b/src/views/mobdesign/index.scss @@ -7,6 +7,17 @@ left: calc(50% - 16px); top: calc(50vh - 70px); } + .back-view { + width: 28px; + float: right; + margin-right: 10px; + cursor: pointer; + filter: opacity(0.7); + transition: filter 0.3s; + } + .back-view:hover { + filter: opacity(0.9); + } .modal-form-board { padding-top: 0; } @@ -26,7 +37,7 @@ box-shadow: 0 0 1px #959595; border-radius: 0 2px 2px 0px; - i { + .anticon { padding: 12px 3px; } } @@ -164,7 +175,7 @@ box-shadow: 0 0 1px #959595; border-radius: 0 2px 2px 0px; - i { + .anticon { padding: 12px 3px; } } @@ -243,6 +254,41 @@ } } +.mk-mob-view.userbind { + .pc-setting-tools { + .ant-collapse-item.basedata { + .custom-menu-form > .ant-row { + > .ant-col { + display: none; + } + > .ant-col:nth-child(1), > .ant-col:nth-child(2) { + display: block; + } + } + .url-field-component, .model-table-tablemanage-view, .ant-typography { + display: none; + } + } + + .ant-collapse-item.component { + .menu-source-item { + display: none; + } + .menu-source-item.card-propcard, .menu-source-item.balcony-balcony, .menu-source-item.login-normallogin { + display: block; + } + } + .ant-collapse-item.cuscomponent { + display: none; + } + } + .menu-control { + .back-view, .mk-view-paste, .quote-wrap, .mk-sys-interface, .set-home, .set-login, .mk-replace-field { + display: none!important; + } + } +} + body { overflow-y: hidden; } \ No newline at end of file -- Gitblit v1.8.0