Authored by 王涛

Merge branch 'master-mj-ztq' into 'master-mj'

feat:资源管理-资源编辑深色模式下需要修改样式



See merge request !1172
... ... @@ -1179,11 +1179,11 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'upload', 'admin', 'form',
//背景色改变
$.each($(this).parents('tbody').eq(0).find('tr'), function (i, v) {
$(this).css('background-color', '');
if ($(this).hasClass('tbody-tr-background-color')) {
$(this).removeClass('tbody-tr-background-color');
}
// if ($(this).hasClass('tbody-tr-background-color')) {
// $(this).removeClass('tbody-tr-background-color');
// }
});
$(this).parents('tr').eq(0).addClass("tbody-tr-background-color");
// $(this).parents('tr').eq(0).addClass("tbody-tr-background-color");
var resId = $(this).attr("resmanage-data-openDetail");
var resType = $(this).data("restype");
var name = $(this).data("name");
... ...
... ... @@ -82,7 +82,7 @@
</div>
</div>
<div class="layui-inline">
<div class="layui-input-inline layui-input-inline--long">
<div class=""><!--layui-input-inline layui-input-inline--long-->
<button class="layui-btn layui-btn-sm layui-btn-normal" id="seachReport"
type="button">
搜索
... ...
... ... @@ -2196,7 +2196,7 @@ a cite {
}
.layui-select-disabled .layui-disabled {
border-color: #eee !important
/*border-color: #eee !important*/
}
.layui-select-disabled .layui-edge {
... ...