Browse Source

专题调整

tags/6.2.6
叙述、别离 1 year ago
parent
commit
00bf7fb396
5 changed files with 189 additions and 205 deletions
  1. +0
    -5
      src/admin/templets/catalog_add.htm
  2. +0
    -5
      src/admin/templets/catalog_edit.htm
  3. +67
    -71
      src/admin/templets/spec_add.htm
  4. +119
    -123
      src/admin/templets/spec_edit.htm
  5. +3
    -1
      src/static/web/css/admin.css

+ 0
- 5
src/admin/templets/catalog_add.htm View File

@@ -344,11 +344,6 @@
</td>
<td colspan="2"></td>
</tr>
<tr>
<td colspan="4">
<div class="alert alert-info mb-0">栏目文案,应用企业简介之类,标签“{dede:field.content/}”调用</div>
</td>
</tr>
<tr>
<td colspan="4"><?php GetEditor("content","","300","Default","print","false");?></td>
</tr>


+ 0
- 5
src/admin/templets/catalog_edit.htm View File

@@ -313,11 +313,6 @@
</td>
<td colspan="2"></td>
</tr>
<tr>
<td colspan="4">
<div class="alert alert-info mb-0">栏目文案,应用企业简介之类,标签“{dede:field.content/}”调用</div>
</td>
</tr>
<tr>
<td colspan="4"><?php GetEditor("content",$myrow['content'],"400","Default","print","false");?></td>
</tr>


+ 67
- 71
src/admin/templets/spec_add.htm View File

@@ -173,6 +173,73 @@
</table>
</td>
</tr>
<tr>
<td><?php PrintAutoFieldsAdd(stripslashes($cInfos['fieldset']),'autofield');?></td>
</tr>
<tr>
<td class="admin-td p-0">
<table width="100%" cellspacing="2" cellpadding="2">
<?php
$speclisttmp = GetSysTemplets("spec_arclist.htm");
$nodename = $nodeid = '';
for ($i=1;$i<=$cfg_specnote;$i++)
{
if ($i==1) {
$nodename = '默认节点';
$nodeid = 'default';
} else {
$nodename = $nodeid = '';
}
?>
<tr>
<td width="90" class="admin-td">节点<?php echo $i?>名称:</td>
<td class="admin-td">
<input type="text" name="notename<?php echo $i?>" value="<?php echo $nodename;?>" id="notename<?php echo $i?>" class="admin-input-md">
<label>节点标识:<input type="text" name="noteid<?php echo $i?>" alue="<?php echo $nodeid;?>" id="noteid<?php echo $i?>" class="admin-input-sm"></label>
</td>
</tr>
<tr>
<td class="admin-td">文档列表:</td>
<td class="admin-td">
<textarea name="arcid<?php echo $i?>" onblur='CheckVal(<?php echo $i ?>)' id="arcid<?php echo $i?>" class="admin-textarea-sm"></textarea>
<button name="selarc<?php echo $i?>" type="button" id="selarc<?php echo $i?>2" class="btn btn-success btn-sm" onclick="SelectArcList('form1.arcid<?php echo $i?>');">选择节点文档</button>
</td>
</tr>
<tr>
<td class="admin-td">文档来源:</td>
<td class="admin-td">
<label>栏目id:<input type="text" name="typeid<?php echo $i?>" id="_typeid<?php echo $i?>" value="0" class="admin-input-sm"></label>
<label>关键词:<input type="text" name="keywords<?php echo $i?>" id="keywords<?php echo $i?>" value="" class="admin-input-md">(英文逗号分开)</label>
<label><input type="radio" name="isauto<?php echo $i?>" id="isauto<?php echo $i?>" value="0" checked> 按文档列表</label>
<label><input type="radio" name="isauto<?php echo $i?>" id="isauto<?php echo $i?>" value="1"> 自动获取文档</label>
</td>
</tr>
<tr>
<td class="admin-td">节点布局:</td>
<td class="admin-td">
<label>列数:<input type="text" name="col<?php echo $i?>" id="col<?php echo $i?>" value="1" class="admin-input-sm"></label>
<label>图片宽:<input type="text" name="imgwidth<?php echo $i?>" id="imgwidth<?php echo $i?>" value="120" class="admin-input-sm"></label>
<label>图片高:<input type="text" name="imgheight<?php echo $i?>" id="imgheight<?php echo $i?>" value="90" class="admin-input-sm"></label>
<label>标题长:<input type="text" name="titlelen<?php echo $i?>" id="titlelen<?php echo $i?>" value="60" class="admin-input-sm"></label>
<label>简介长:<input type="text" name="infolen<?php echo $i?>" id="infolen<?php echo $i?>" value="160" class="admin-input-sm"></label>
<label>文档数:<input type="text" name="rownum<?php echo $i?>" id="rownum<?php echo $i?>" value="10" class="admin-input-sm"></label>
</td>
</tr>
<tr>
<td class="admin-td">应用样式:</td>
<td class="admin-td"><textarea name="listtmp<?php echo $i?>" id="listtmp<?php echo $i?>" class="admin-textarea-xl"><?php echo $speclisttmp?></textarea></td>
</tr>
<tr>
<td class="admin-td">应用模板:</td>
<td class="admin-td">
<input type="text" name="notetemplet<?php echo $i?>" id="notetemplet<?php echo $i?>" value="system/channel_spec_note.htm" class="admin-input-md">
<button type="button" name="selno<?php echo $i?>" class="btn btn-success btn-sm" onclick="SelectTemplets('form1.notetemplet<?php echo $i?>');">浏览</button>
</td>
</tr>
<?php }?>
</table>
</td>
</tr>
<tr>
<td class="admin-td">
<table cellspacing="0" cellpadding="0">
@@ -247,77 +314,6 @@
</table>
</td>
</tr>
<tr>
<td><?php PrintAutoFieldsAdd(stripslashes($cInfos['fieldset']),'autofield');?></td>
</tr>
<tr>
<td class="admin-td">
<table width="100%" cellspacing="2" cellpadding="2">
<?php
$speclisttmp = GetSysTemplets("spec_arclist.htm");
$nodename = $nodeid = '';
for ($i=1;$i<=$cfg_specnote;$i++)
{
if ($i==1) {
$nodename = '默认节点';
$nodeid = 'default';
} else {
$nodename = $nodeid = '';
}
?>
<tr bgcolor="#e9ecef">
<td width="260">节点<?php echo $i?>名称:</td>
<td>
<table cellspacing="0" cellpadding="0">
<tr>
<td width="370"><input type="text" name="notename<?php echo $i?>" value="<?php echo $nodename;?>" id="notename<?php echo $i?>" class="admin-input-md"></td>
<td width="90">节点标识:</td>
<td><input type="text" name="noteid<?php echo $i?>" alue="<?php echo $nodeid;?>" id="noteid<?php echo $i?>" class="admin-input-sm"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>节点文档列表:</td>
<td><textarea name="arcid<?php echo $i?>" onblur='CheckVal(<?php echo $i ?>)' rows="3" id="arcid<?php echo $i?>" class="admin-textarea-xl"></textarea></td>
<td><button name="selarc<?php echo $i?>" type="button" id="selarc<?php echo $i?>2" class="btn btn-success btn-sm" onclick="SelectArcList('form1.arcid<?php echo $i?>');">选择节点文档</button></td>
</tr>
<tr>
<td>文档来源:</td>
<td>
<label><input type="radio" name="isauto<?php echo $i?>" id="isauto<?php echo $i?>" value="0" checked> 按文档列表</label>
<label><input type="radio" name="isauto<?php echo $i?>" id="isauto<?php echo $i?>" value="1"> 自动获取文档</label>
<label>关键词:<input type="text" name="keywords<?php echo $i?>" id="keywords<?php echo $i?>" value="" size="16">(英文逗号分开)</label>
栏目id:<label><input type="text" name="typeid<?php echo $i?>" id="_typeid<?php echo $i?>" value="0" size="4"></label>
</td>
</tr>
<tr>
<td rowspan="2">节点布局:</td>
<td>
列数:<input type="text" name="col<?php echo $i?>" id="col<?php echo $i?>" value="1" size="3">
图片宽:<input type="text" name="imgwidth<?php echo $i?>" id="imgwidth<?php echo $i?>" value="120" size="3">
图片高:<input type="text" name="imgheight<?php echo $i?>" id="imgheight<?php echo $i?>" value="90" size="3">
标题长:<input type="text" name="titlelen<?php echo $i?>" id="titlelen<?php echo $i?>" value="60" size="3">
简介长:<input type="text" name="infolen<?php echo $i?>" id="infolen<?php echo $i?>" value="160" size="3">
文档数:<input type="text" name="rownum<?php echo $i?>" id="rownum<?php echo $i?>" value="10" size="3">
</td>
</tr>
<tr>
<td>单条记录的模板:<br>
<textarea name="listtmp<?php echo $i?>" rows="3" id="listtmp<?php echo $i?>" class="admin-textarea-xl"><?php echo $speclisttmp?></textarea>
</td>
</tr>
<tr>
<td>节点容器模板:</td>
<td>
<input type="text" name="notetemplet<?php echo $i?>" id="notetemplet<?php echo $i?>" value="system/channel_spec_note.htm" class="admin-input-md">
<button type="button" name="selno<?php echo $i?>" class="btn btn-success btn-sm" onclick="SelectTemplets('form1.notetemplet<?php echo $i?>');">浏览</button>
</td>
</tr>
<?php }?>
</table>
</td>
</tr>
<tr bgcolor="#f5f5f5">
<td align="center" class="admin-td">
<button type="submit" class="btn btn-success btn-sm">保存</button>


+ 119
- 123
src/admin/templets/spec_edit.htm View File

@@ -175,6 +175,125 @@
</table>
</td>
</tr>
<tr>
<td><?php PrintAutoFieldsEdit(stripslashes($cInfos['fieldset']),$addRow,'autofield');?></td>
</tr>
<tr>
<td class="admin-td">
<table width="100%" cellspacing="2" cellpadding="2">
<?php
$speclisttmp = GetSysTemplets("spec_arclist.htm");
$i = 1;
$dtp = new DedeTagParse();
$dtp->LoadSource($addRow["note"]);
if (is_array($dtp->CTags)) {
foreach($dtp->CTags as $tagid=>$ctag) {
if ($ctag->GetName()!="specnote") continue;
$notename = $ctag->GetAtt('name');
$col = $ctag->GetAtt('col');
$idlist = $ctag->GetAtt('idlist');
$imgwidth = $ctag->GetAtt('imgwidth');
$imgheight = $ctag->GetAtt('imgheight');
$titlelen = $ctag->GetAtt('titlelen');
$infolen = $ctag->GetAtt('infolen');
$temp = trim($ctag->GetInnerText());
$noteid = $ctag->GetAtt('noteid');
if (empty($noteid)) $noteid = $i;
$isauto = $ctag->GetAtt('isauto');
if (empty($isauto)) $isauto = 0;
$keywords = $ctag->GetAtt('keywords');
$typeid = $ctag->GetAtt('typeid');
if (empty($typeid)) $typeid = 0;
$rownum = $ctag->GetAtt('rownum');
if (empty($rownum)) $rownum = 40;
?>
<tr>
<td width="90" class="admin-td">节点<?php echo $i?>名称:</td>
<td class="admin-td">
<input type="text" name="notename<?php echo $i?>" id="notename<?php echo $i?>" class="admin-input-md" value="<?php echo $notename?>">
<label>节点标识:<input type="text" name="noteid<?php echo $i?>" id="noteid<?php echo $i?>" value="<?php echo $noteid?>" class="admin-input-sm"></label>
</td>
</tr>
<tr>
<td class="admin-td">文档列表:</td>
<td class="admin-td">
<textarea name="arcid<?php echo $i?>" onblur="CheckVal(<?php echo $i ?>)" id="arcid<?php echo $i?>" class="admin-textarea-sm"><?php echo $idlist?></textarea>
<button type="button" class="btn btn-success btn-sm" name="selarc<?php echo $i?>" id="selarc<?php echo $i?>2" onclick="SelectArcList('form1.arcid<?php echo $i?>');">选择节点文档</button>
</td>
</tr>
<tr>
<td class="admin-td">文档来源:</td>
<td class="admin-td">
<label><input type="radio" name="isauto<?php echo $i?>" id="isauto<?php echo $i?>" value="0" <?php if ($isauto==0) echo "checked";?>> 按文档列表</label>
<label><input type="radio" name="isauto<?php echo $i?>" id="isauto<?php echo $i?>" value="1" <?php if ($isauto==1) echo "checked";?>> 自动获取文档</label>
<label>关键词:<input type="text" name="keywords<?php echo $i?>" value="<?php echo $keywords?>" id="keywords<?php echo $i?>" value="" size="16">(英文逗号分开)</label>
<label>栏目id:<input type="text" name="typeid<?php echo $i?>" value="<?php echo $typeid?>" id="typeid<?php echo $i?>" value="0" size="4"></label>
</td>
</tr>
<tr>
<td class="admin-td">节点布局:</td>
<td class="admin-td">
<label>列数:<input type="text" name="col<?php echo $i?>" id="col<?php echo $i?>" value="<?php echo $col?>" class="admin-input-sm"></label>
<label>图片宽:<input type="text" name="imgwidth<?php echo $i?>" id="imgwidth<?php echo $i?>" value="<?php echo $imgwidth?>" class="admin-input-sm"></label>
<label>图片高:<input type="text" name="imgheight<?php echo $i?>" id="imgheight<?php echo $i?>" value="<?php echo $imgheight?>" class="admin-input-sm"></label>
<label>标题长:<input type="text" name="titlelen<?php echo $i?>" id="titlelen<?php echo $i?>" value="<?php echo $titlelen?>" class="admin-input-sm"></label>
<label>简介长:<input type="text" name="infolen<?php echo $i?>" id="infolen<?php echo $i?>" value="<?php echo $infolen?>" class="admin-input-sm"></label>
<label>文档数:<input type="text" name="rownum<?php echo $i?>" id="rownum<?php echo $i?>" value="<?php echo $rownum?>" class="admin-input-sm"></label>
</td>
</tr>
<tr>
<td class="admin-td">应用样式:</td>
<td class="admin-td"><textarea name="listtmp<?php echo $i?>" id="listtmp<?php echo $i?>" class="admin-textarea-xl"><?php echo $temp?></textarea></td>
</tr>
<?php
$i++;
}}
$dtp->Clear();
for ($i;$i<=$cfg_specnote;$i++)
{
?>
<tr>
<td width="90" class="admin-td">节点<?php echo $i?>名称:</td>
<td class="admin-td">
<input type="text" name="notename<?php echo $i?>" id="notename<?php echo $i?>" class="admin-input-md">
<label>节点标识:<input type="text" name="noteid<?php echo $i?>" id="noteid<?php echo $i?>" class="admin-input-sm"></label>
</td>
</tr>
<tr>
<td class="admin-td">文档列表:</td>
<td class="admin-td">
<textarea name="arcid<?php echo $i?>" rows="3" onblur="CheckVal(<?php echo $i ?>)" id="arcid<?php echo $i?>" class="admin-textarea-sm"></textarea>
<button name="selarc<?php echo $i?>" type="button" id="selarc<?php echo $i?>2" class="btn btn-success btn-sm" onclick="SelectArcList('form1.arcid<?php echo $i?>');">选择节点文档</button>
</td>
</tr>
<tr>
<td class="admin-td">文档来源:</td>
<td class="admin-td">
<label>栏目id:<input type="text" name="typeid<?php echo $i?>" id="_typeid<?php echo $i?>" value="0" class="admin-input-sm"></label>
<label>关键词:<input type="text" name="keywords<?php echo $i?>" id="keywords<?php echo $i?>" value="" class="admin-input-md">(空格分开)</label>
<label><input type="radio" name="isauto<?php echo $i?>" id="isauto<?php echo $i?>" value="0" checked> 按文档列表</label>
<label><input type="radio" name="isauto<?php echo $i?>" id="isauto<?php echo $i?>" value="1"> 自动获取文档</label>
</td>
</tr>
<tr>
<td class="admin-td">节点布局:</td>
<td class="admin-td">
<label>列数:<input type="text" name="col<?php echo $i?>" id="col<?php echo $i?>" value="1" class="admin-input-sm"></label>
<label>图片高:<input type="text" name="imgheight<?php echo $i?>" id="imgheight<?php echo $i?>" value="90" class="admin-input-sm"></label>
<label>图片宽:<input type="text" name="imgwidth<?php echo $i?>" id="imgwidth<?php echo $i?>" value="120" class="admin-input-sm"></label>
<label>标题长:<input type="text" name="titlelen<?php echo $i?>" id="titlelen<?php echo $i?>" value="60" class="admin-input-sm"></label>
<label>简介长:<input type="text" name="infolen<?php echo $i?>" id="infolen<?php echo $i?>" value="160" class="admin-input-sm"></label>
<label>文档数:<input type="text" name="rownum<?php echo $i?>" id="rownum<?php echo $i?>" value="40" class="admin-input-sm"></label>
</td>
</tr>
<tr>
<td class="admin-td">应用样式:</td>
<td class="admin-td"><textarea name="listtmp<?php echo $i?>" id="listtmp<?php echo $i?>" class="admin-textarea-xl"><?php echo $speclisttmp?></textarea></td>
</tr>
<?php }?>
</table>
</td>
</tr>
<tr>
<td class="admin-td">
<table cellspacing="0" cellpadding="0">
@@ -268,129 +387,6 @@
</table>
</td>
</tr>
<tr>
<td><?php PrintAutoFieldsEdit(stripslashes($cInfos['fieldset']),$addRow,'autofield');?></td>
</tr>
<tr>
<td class="admin-td">
<table width="100%" cellspacing="2" cellpadding="2">
<?php
$speclisttmp = GetSysTemplets("spec_arclist.htm");
$i = 1;
$dtp = new DedeTagParse();
$dtp->LoadSource($addRow["note"]);
if (is_array($dtp->CTags)) {
foreach($dtp->CTags as $tagid=>$ctag) {
if ($ctag->GetName()!="specnote") continue;
$notename = $ctag->GetAtt('name');
$col = $ctag->GetAtt('col');
$idlist = $ctag->GetAtt('idlist');
$imgwidth = $ctag->GetAtt('imgwidth');
$imgheight = $ctag->GetAtt('imgheight');
$titlelen = $ctag->GetAtt('titlelen');
$infolen = $ctag->GetAtt('infolen');
$temp = trim($ctag->GetInnerText());
$noteid = $ctag->GetAtt('noteid');
if (empty($noteid)) $noteid = $i;
$isauto = $ctag->GetAtt('isauto');
if (empty($isauto)) $isauto = 0;
$keywords = $ctag->GetAtt('keywords');
$typeid = $ctag->GetAtt('typeid');
if (empty($typeid)) $typeid = 0;
$rownum = $ctag->GetAtt('rownum');
if (empty($rownum)) $rownum = 40;
?>
<tr bgcolor="#e9ecef">
<td width="260">节点<?php echo $i?>名称:</td>
<td>
<table cellspacing="0" cellpadding="0">
<tr>
<td width="370"><input type="text" name="notename<?php echo $i?>" id="notename<?php echo $i?>" class="admin-input-md" value="<?php echo $notename?>"></td>
<td width="90">节点标识:</td>
<td><input type="text" name="noteid<?php echo $i?>" id="noteid<?php echo $i?>" value="<?php echo $noteid?>" class="admin-input-sm"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>节点文档列表:</td>
<td><textarea name="arcid<?php echo $i?>" rows="3" onblur="CheckVal(<?php echo $i ?>)" id="arcid<?php echo $i?>" class="admin-textarea-xl"><?php echo $idlist?></textarea></td>
<td><button type="button" class="btn btn-success btn-sm" name="selarc<?php echo $i?>" id="selarc<?php echo $i?>2" onclick="SelectArcList('form1.arcid<?php echo $i?>');">选择节点文档</button></td>
</tr>
<tr>
<td>文档来源:</td>
<td>
<label><input type="radio" name="isauto<?php echo $i?>" id="isauto<?php echo $i?>" value="0" <?php if ($isauto==0) echo "checked";?>> 按文档列表</label>
<label><input type="radio" name="isauto<?php echo $i?>" id="isauto<?php echo $i?>" value="1" <?php if ($isauto==1) echo "checked";?>> 自动获取文档</label>
<label>关键词:<input type="text" name="keywords<?php echo $i?>" value="<?php echo $keywords?>" id="keywords<?php echo $i?>" value="" size="16">(英文逗号分开)</label>
<label>栏目id:<input type="text" name="typeid<?php echo $i?>" value="<?php echo $typeid?>" id="typeid<?php echo $i?>" value="0" size="4"></label>
</td>
</tr>
<tr>
<td rowspan="2">节点布局:</td>
<td>
列数:<input type="text" name="col<?php echo $i?>" id="col<?php echo $i?>" value="<?php echo $col?>" size="3">
图片宽:<input type="text" name="imgwidth<?php echo $i?>" id="imgwidth<?php echo $i?>" value="<?php echo $imgwidth?>" size="3">
图片高:<input type="text" name="imgheight<?php echo $i?>" id="imgheight<?php echo $i?>" value="<?php echo $imgheight?>" size="3">
标题长:<input type="text" name="titlelen<?php echo $i?>" id="titlelen<?php echo $i?>" value="<?php echo $titlelen?>" size="3">
简介长:<input type="text" name="infolen<?php echo $i?>" id="infolen<?php echo $i?>" value="<?php echo $infolen?>" size="3">
文档数:<input type="text" name="rownum<?php echo $i?>" id="rownum<?php echo $i?>" value="<?php echo $rownum?>" size="3">
</td>
</tr>
<tr>
<td>单条记录的模板:<br><textarea name="listtmp<?php echo $i?>" rows="3" id="listtmp<?php echo $i?>" class="admin-textarea-xl"><?php echo $temp?></textarea></td>
</tr>
<?php
$i++;
}}
$dtp->Clear();
for ($i;$i<=$cfg_specnote;$i++)
{
?>
<tr bgcolor="#e9ecef">
<td width="90">节点<?php echo $i?>名称:</td>
<td>
<table cellspacing="0" cellpadding="0">
<tr>
<td width="370"><input type="text" name="notename<?php echo $i?>" id="notename<?php echo $i?>" class="admin-input-md"></td>
<td width="90">节点标识:</td>
<td><input type="text" name="noteid<?php echo $i?>" id="noteid<?php echo $i?>" class="admin-input-sm"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>节点文档列表:</td>
<td><textarea name="arcid<?php echo $i?>" rows="3" onblur="CheckVal(<?php echo $i ?>)" id="arcid<?php echo $i?>" class="admin-textarea-xl"></textarea></td>
<td><button name="selarc<?php echo $i?>" type="button" id="selarc<?php echo $i?>2" class="btn btn-success btn-sm" onclick="SelectArcList('form1.arcid<?php echo $i?>');">选择节点文档</button></td>
</tr>
<tr>
<td>文档来源:</td>
<td>
<label><input type="radio" name="isauto<?php echo $i?>" id="isauto<?php echo $i?>" value="0" checked> 按文档列表</label>
<label><input type="radio" name="isauto<?php echo $i?>" id="isauto<?php echo $i?>" value="1"> 自动获取文档</label>
<label>关键词:<input type="text" name="keywords<?php echo $i?>" id="keywords<?php echo $i?>" value="" size="16">(空格分开)</label>
<label>栏目id:<input type="text" name="typeid<?php echo $i?>" id="_typeid<?php echo $i?>" value="0" size="4"></label>
</td>
</tr>
<tr>
<td rowspan="2">节点布局:<br></td>
<td>
列数:<input type="text" name="col<?php echo $i?>" id="col<?php echo $i?>" value="1" size="3">
图片高:<input type="text" name="imgheight<?php echo $i?>" id="imgheight<?php echo $i?>" value="90" size="3">
图片宽:<input type="text" name="imgwidth<?php echo $i?>" id="imgwidth<?php echo $i?>" value="120" size="3">
标题长:<input type="text" name="titlelen<?php echo $i?>" id="titlelen<?php echo $i?>" value="60" size="3">
简介长:<input type="text" name="infolen<?php echo $i?>" id="infolen<?php echo $i?>" value="160" size="3">
文档数:<input type="text" name="rownum<?php echo $i?>" id="rownum<?php echo $i?>" value="40" size="3">
</td>
</tr>
<tr>
<td>单条记录的模板:<br><textarea name="listtmp<?php echo $i?>" rows="3" id="listtmp<?php echo $i?>" class="admin-textarea-xl"><?php echo $speclisttmp?></textarea></td>
</tr>
<?php }?>
</table>
</td>
</tr>
<tr bgcolor="#f5f5f5">
<td align="center" class="admin-td">
<button type="submit" class="btn btn-success btn-sm">保存</button>


+ 3
- 1
src/static/web/css/admin.css View File

@@ -80,7 +80,8 @@ input {
input[type=file] {
padding:0;
height:auto;
border:0
border:0;
vertical-align:middle
}
input[type=button],input[type=submit],input[type=reset] {
padding:.25rem .65rem;
@@ -110,6 +111,7 @@ textarea {
color:#545b62;
background:#fff;
border:1px solid #dee2e6;
vertical-align:middle;
transition:all .5s
}
input:focus,select:focus,textarea:focus {


Loading…
Cancel
Save