From 665b7b5866f726030ec0335834c2ba80060c86e8 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 26 八月 2022 11:08:40 +0800 Subject: [PATCH] 2022-08-26 --- src/templates/subtableconfig/index.scss | 31 ------------------------------- 1 files changed, 0 insertions(+), 31 deletions(-) diff --git a/src/templates/subtableconfig/index.scss b/src/templates/subtableconfig/index.scss index 0adcbba..4f91d6e 100644 --- a/src/templates/subtableconfig/index.scss +++ b/src/templates/subtableconfig/index.scss @@ -63,37 +63,6 @@ border-bottom: 1px solid #e8e8e8; } } - .ant-list { - margin-top: 20px; - .ant-list-item { - display: -webkit-box; - padding-right: 20px; - position: relative; - padding-left: 5px; - overflow: hidden; - text-overflow: ellipsis; - -webkit-line-clamp: 2; - -webkit-box-orient: vertical; - min-height: 55px; - width: 100%; - .anticon { - position: absolute; - top: 0px; - right: 0px; - padding: 3px 3px 10px 10px; - cursor: pointer; - } - .bottom-mask { - position: absolute; - width: 100%; - height: 8px; - bottom: 0; - left: 0; - background: #ffffff; - border-radius: 8px; - } - } - } .config-button { min-width: 65px; } -- Gitblit v1.8.0