浏览代码

调整

tags/6.2.5
叙述、别离 2 年前
父节点
当前提交
223cf3b4d0
共有 2 个文件被更改,包括 5 次插入9 次删除
  1. +1
    -1
      src/admin/templets/mychannel_field_edit.htm
  2. +4
    -8
      src/static/web/css/style.css

+ 1
- 1
src/admin/templets/mychannel_field_edit.htm 查看文件

@@ -87,7 +87,7 @@
<?php }?> <?php }?>
<tr> <tr>
<td>提示文字:</td> <td>提示文字:</td>
<td><input type="text" name="itemname" id="itemname" class="admin-input-sm"> value="<?php echo $ctag->GetAtt('itemname')?>">(发布文档时显示的项名字)</td>
<td><input type="text" name="itemname" id="itemname" class="admin-input-sm" value="<?php echo $ctag->GetAtt('itemname')?>">(发布文档时显示的项名字)</td>
</tr> </tr>
<tr> <tr>
<td width="260">字段名称:</td> <td width="260">字段名称:</td>


+ 4
- 8
src/static/web/css/style.css 查看文件

@@ -356,7 +356,8 @@ input[type=file] {
color:#545b62 color:#545b62
} }
.form-control { .form-control {
display:inline-block
display:inline-block;
height:36px
} }
.fa { .fa {
color:inherit; color:inherit;
@@ -368,7 +369,7 @@ input[type=file] {
.form-control,.btn,.fa { .form-control,.btn,.fa {
font-size:14px!important font-size:14px!important
} }
.form-control,.input-text {
.input-text {
height:36px; height:36px;
line-height:36px line-height:36px
} }
@@ -377,12 +378,7 @@ input[type=file] {
max-height:168px max-height:168px
} }
.admin-textarea-xl { .admin-textarea-xl {
width:100%;
height:90px
}
.admin-textarea-sm {
width:360px;
height:50px
width:100%
} }
.admin-input-md { .admin-input-md {
width:90% width:90%


正在加载...
取消
保存