Ver código fonte

调整

tags/6.2.5
叙述、别离 2 anos atrás
pai
commit
223cf3b4d0
2 arquivos alterados com 5 adições e 9 exclusões
  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 Ver arquivo

@@ -87,7 +87,7 @@
<?php }?>
<tr>
<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>
<td width="260">字段名称:</td>


+ 4
- 8
src/static/web/css/style.css Ver arquivo

@@ -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%


Carregando…
Cancelar
Salvar