From 223cf3b4d0c49549f9f5273108a8fe0a4c9889a0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?=
<93301500+xushubieli@users.noreply.github.com>
Date: Thu, 2 Mar 2023 16:09:26 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/admin/templets/mychannel_field_edit.htm | 2 +-
src/static/web/css/style.css | 12 ++++--------
2 files changed, 5 insertions(+), 9 deletions(-)
diff --git a/src/admin/templets/mychannel_field_edit.htm b/src/admin/templets/mychannel_field_edit.htm
index db7c3602..63acec73 100644
--- a/src/admin/templets/mychannel_field_edit.htm
+++ b/src/admin/templets/mychannel_field_edit.htm
@@ -87,7 +87,7 @@
提示文字: |
- value="GetAtt('itemname')?>">(发布文档时显示的项名字) |
+ (发布文档时显示的项名字) |
字段名称: |
diff --git a/src/static/web/css/style.css b/src/static/web/css/style.css
index 1cb7762e..89121459 100644
--- a/src/static/web/css/style.css
+++ b/src/static/web/css/style.css
@@ -356,7 +356,8 @@ input[type=file] {
color:#545b62
}
.form-control {
- display:inline-block
+ display:inline-block;
+ height:36px
}
.fa {
color:inherit;
@@ -368,7 +369,7 @@ input[type=file] {
.form-control,.btn,.fa {
font-size:14px!important
}
-.form-control,.input-text {
+.input-text {
height:36px;
line-height:36px
}
@@ -377,12 +378,7 @@ input[type=file] {
max-height:168px
}
.admin-textarea-xl {
- width:100%;
- height:90px
-}
-.admin-textarea-sm {
- width:360px;
- height:50px
+ width:100%
}
.admin-input-md {
width:90%