main
kgdxpr 2 years ago
parent b7ad3141a1
commit 0f0a7ad8ed

@ -40,7 +40,7 @@ tab:
## 主题配置
theme:
## 默认主题色,对应 colors 配置中的 ID 标识
defaultColor: "2"
defaultColor: "1"
## 默认的菜单主题 dark-theme 黑 / light-theme 白
defaultMenu: "dark-theme"
## 默认的顶部主题 dark-theme 黑 / light-theme 白

@ -35,6 +35,31 @@
position: absolute;
right: 15px;
}
.layui-btn {
display: inline-block;
vertical-align: middle;
height: 38px;
line-height: 38px;
border: 1px solid transparent;
padding: 0 18px;
background-color: #2d8cf0;
color: #fff;
white-space: nowrap;
text-align: center;
font-size: 14px;
border-radius: 2px;
cursor: pointer;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
.layui-btn-primary {
border-color: #d2d2d2;
background: 0 0;
color: #5f5f5f;
}
</style>
</head>

@ -58,16 +58,16 @@
<script type="text/html" id="table-bar">
{{# if(d.jiezhi == false){ }}
<button type="button" class="layui-btn layui-btn-sm" lay-event="report" style="font-size: 12px !important;">
<button type="button" class="pear-btn pear-btn-primary pear-btn-sm" lay-event="report" style="font-size: 12px !important;">
<i class="iconfont icon-tianbao"></i> 填报
</button>
{{# } }}
<button type="button" class="layui-btn layui-btn-sm" lay-event="view" style="font-size: 12px !important;">
<button type="button" class="pear-btn pear-btn-primary pear-btn-sm" lay-event="view" style="font-size: 12px !important;">
<i class="iconfont icon-chakan"></i> 查看
</button>
{{# if(d.is_finish === 1){ }}
{{# if(d.job_type === 2){ }}
<button type="button" class="layui-btn layui-btn-sm" lay-event="download" style="font-size: 12px !important;">
<button type="button" class="pear-btn pear-btn-primary pear-btn-sm" lay-event="download" style="font-size: 12px !important;">
<i class="iconfont icon-xiazai"></i> 下载
</button>
{{# } }}

Loading…
Cancel
Save