更换大头照
parent
19f44a4739
commit
1e66f6067a
Binary file not shown.
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 28 KiB |
|
|
@ -179,15 +179,7 @@ layui.define(['table', 'jquery', 'element', 'form', 'pearTab', 'pearMenu', 'pear
|
|||
|
||||
|
||||
var theme = "<style>";
|
||||
/*
|
||||
theme += '::-webkit-scrollbar{width:0px;height:0px;}'+
|
||||
'::-webkit-scrollbar{width:7px;height:4px;}'+
|
||||
'::-webkit-scrollbar-track{background: whitesmoke;border-radius:50px;}'+
|
||||
'::-webkit-scrollbar-thumb{background: lightgray;border-radius:50px;}'+
|
||||
'::-webkit-scrollbar-thumb:hover{background: lightgray;}'+
|
||||
'::-webkit-scrollbar-corner{background: whitesmoke;}'; */
|
||||
|
||||
|
||||
|
||||
theme += '</style>';
|
||||
|
||||
|
||||
|
|
@ -364,16 +356,16 @@ layui.define(['table', 'jquery', 'element', 'form', 'pearTab', 'pearMenu', 'pear
|
|||
"<div class='select-color'><div class='select-color-title'>主题色</div><div class='select-color-content'><span class='select-color-item layui-icon layui-icon-ok' style='background-color:#FF5722;'></span><span class='select-color-item' style='background-color:#5FB878;'></span><span class='select-color-item' style='background-color:#1E9FFF;'></span><span class='select-color-item' style='background-color:#FFB800;'></span><span class='select-color-item' style='background-color:darkgray;'></span></div></div>"
|
||||
|
||||
html += '<div class="more-menu-list">' +
|
||||
'<a class="more-menu-item" href="" target="_blank">' +
|
||||
'<a class="more-menu-item" href="http://www.pearadmin.cn/doc/" target="_blank">' +
|
||||
'<i class="layui-icon layui-icon-read" style="font-size: 19px;"></i> 开发文档' +
|
||||
'</a>' +
|
||||
'<a class="more-menu-item" href="" target="_blank">' +
|
||||
'<a class="more-menu-item" href="https://gitee.com/Jmysy/Pear-Admin-Layui" target="_blank">' +
|
||||
'<i class="layui-icon layui-icon-tabs" style="font-size: 16px;"></i> 开源地址' +
|
||||
'</a>' +
|
||||
'<a class="more-menu-item" href="" target="_blank">' +
|
||||
'<a class="more-menu-item" href="http://www.pearadmin.cn/" target="_blank">' +
|
||||
'<i class="layui-icon layui-icon-theme"></i> 官方网站' +
|
||||
'</a>' +
|
||||
'<a class="more-menu-item" href="" target="_blank">' +
|
||||
'<a class="more-menu-item" href="http://qm.qq.com/cgi-bin/qm/qr?k=wguN0SYYFVTX9K-5Muf36E_J77bCzdDD&authKey=Ye5voDJGOphYUvypWJHOEyHoYBcgzk1l7djAS4fWcmls1jybLnYjwLrzwsS6Jdo3&group_code=682110771" target="_blank">' +
|
||||
'<i class="layui-icon layui-icon-survey"></i> 交流社区' +
|
||||
'</a>' +
|
||||
'</div>';
|
||||
|
|
|
|||
|
|
@ -60,7 +60,13 @@
|
|||
</script>
|
||||
|
||||
<script type="text/html" id="task-process">
|
||||
<div class="layui-progress-bar layui-bg-green" style="width: {{d.process}};margin-top: 15px;"></div>
|
||||
{{#if (d.priority == 0) { }}
|
||||
<div class="layui-progress-bar layui-bg-red" style="width: {{d.process}};margin-top: 15px;"></div>
|
||||
{{# }else if(d.priority == 1){ }}
|
||||
<div class="layui-progress-bar layui-bg-orange" style="width: {{d.process}};margin-top: 15px;"></div>
|
||||
{{# }else if(d.priority == 2){ }}
|
||||
<div class="layui-progress-bar layui-bg-green" style="width: {{d.process}};margin-top: 15px;"></div>
|
||||
{{# } }}
|
||||
</script>
|
||||
|
||||
<script type="text/html" id="task-priority">
|
||||
|
|
|
|||
Loading…
Reference in New Issue