From 17488280831b0ccd442ad9bd9d3d0b5336e5a151 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Mon, 18 Nov 2024 17:25:58 +0800 Subject: [PATCH] no message --- css/common.css | 17 +++++++++-------- css/common.less | 24 +++++++++++++----------- html/index.html | 2 +- 3 files changed, 23 insertions(+), 20 deletions(-) diff --git a/css/common.css b/css/common.css index 4506a2a..ffc3e52 100644 --- a/css/common.css +++ b/css/common.css @@ -707,7 +707,14 @@ body { width: 16px; height: 16px; } -.my-project .my-box .manage-box .list .item .bottom .input { +.my-project .my-box .manage-box .list .item .bottom .drag-icon { + width: 16px; + height: 16px; + margin-top: 6px; + cursor: pointer; + -webkit-user-drag: none; +} +.manage-input { padding-top: 4px; border: none; outline: none; @@ -717,13 +724,7 @@ body { height: 34px; padding-right: 10px; font-size: 14px; -} -.my-project .my-box .manage-box .list .item .bottom .drag-icon { - width: 16px; - height: 16px; - margin-top: 6px; - cursor: pointer; - -webkit-user-drag: none; + width: 384px; } .empty-box { flex-direction: column; diff --git a/css/common.less b/css/common.less index 9a6d19a..3dee8f1 100644 --- a/css/common.less +++ b/css/common.less @@ -798,17 +798,6 @@ body { height: 16px; } } - .input { - padding-top: 4px; - border: none; - outline: none; - background-color: transparent; - resize: none; - font-family: "PingFangSC-Regular", "PingFang SC", sans-serif; - height: 34px; - padding-right: 10px; - font-size: 14px; - } .drag-icon { width: 16px; @@ -824,6 +813,19 @@ body { } } +.manage-input { + padding-top: 4px; + border: none; + outline: none; + background-color: transparent; + resize: none; + font-family: "PingFangSC-Regular", "PingFang SC", sans-serif; + height: 34px; + padding-right: 10px; + font-size: 14px; + width: 384px; +} + .empty-box { flex-direction: column; diff --git a/html/index.html b/html/index.html index 17bad70..33a979b 100644 --- a/html/index.html +++ b/html/index.html @@ -336,7 +336,7 @@
- +