Browse Source

btn

tags/6.1.9
xushubieli 2 years ago
parent
commit
4e320158b9
3 changed files with 4 additions and 4 deletions
  1. +1
    -1
      src/admin/templets/tags_main.htm
  2. +2
    -2
      src/static/web/js/style.js
  3. +1
    -1
      src/theme/plus/heightsearch.htm

+ 1
- 1
src/admin/templets/tags_main.htm View File

@@ -61,7 +61,7 @@
</div>
</div>
`, {
footer: `<button type="button" class="btn btn-outline-success" onclick="UpdateKwDesDo(${tid}, '~modalID~')">设置</button>`,
footer: `<button type="button" class="btn btn-outline-success btn-sm" onclick="UpdateKwDesDo(${tid}, '~modalID~')">设置</button>`,
});
})
}


+ 2
- 2
src/static/web/js/style.js View File

@@ -41,7 +41,7 @@ function ShowMsg(content, ...args) {
title = "系统提示";
if (typeof content == "undefined") content = "";
modalID = guid();
var footer = `<button type="button" class="btn btn-outline-success" onClick="CloseModal(\'DedeModal${modalID}\')">确定</button>`;
var footer = `<button type="button" class="btn btn-outline-success btn-sm" onClick="CloseModal(\'DedeModal${modalID}\')">确定</button>`;
var noClose = false;
if (args.length == 1) {
// 存在args参数
@@ -166,7 +166,7 @@ function ErrorAddSave(id, title) {
`;
let footer = `
<button type="button" id="btnSubmit" class="btn btn-success btn-sm" onClick="ErrAddSaveDo('DedeModal~modalID~')">提交</button>
<button type="button" class="btn btn-outline-success" onClick="CloseModal('DedeModal~modalID~')">确定</button>
<button type="button" class="btn btn-outline-success btn-sm" onClick="CloseModal('DedeModal~modalID~')">确定</button>
`;
ShowMsg(content, {
'footer': footer,


+ 1
- 1
src/theme/plus/heightsearch.htm View File

@@ -96,7 +96,7 @@
<tr>
<td height="30" bgcolor="#F4FCE4" colspan="2" align="center">
<button type="submit" class="btn btn-success btn-sm">搜索</button>
<button type="reset" class="btn btn-outline-success">重置</button>
<button type="reset" class="btn btn-outline-success btn-sm">重置</button>
</td>
</tr>
</form>


Loading…
Cancel
Save