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', @@ -1179,11 +1179,11 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'upload', 'admin', 'form',
1179 //背景色改变 1179 //背景色改变
1180 $.each($(this).parents('tbody').eq(0).find('tr'), function (i, v) { 1180 $.each($(this).parents('tbody').eq(0).find('tr'), function (i, v) {
1181 $(this).css('background-color', ''); 1181 $(this).css('background-color', '');
1182 - if ($(this).hasClass('tbody-tr-background-color')) {  
1183 - $(this).removeClass('tbody-tr-background-color');  
1184 - } 1182 + // if ($(this).hasClass('tbody-tr-background-color')) {
  1183 + // $(this).removeClass('tbody-tr-background-color');
  1184 + // }
1185 }); 1185 });
1186 - $(this).parents('tr').eq(0).addClass("tbody-tr-background-color"); 1186 + // $(this).parents('tr').eq(0).addClass("tbody-tr-background-color");
1187 var resId = $(this).attr("resmanage-data-openDetail"); 1187 var resId = $(this).attr("resmanage-data-openDetail");
1188 var resType = $(this).data("restype"); 1188 var resType = $(this).data("restype");
1189 var name = $(this).data("name"); 1189 var name = $(this).data("name");
@@ -82,7 +82,7 @@ @@ -82,7 +82,7 @@
82 </div> 82 </div>
83 </div> 83 </div>
84 <div class="layui-inline"> 84 <div class="layui-inline">
85 - <div class="layui-input-inline layui-input-inline--long"> 85 + <div class=""><!--layui-input-inline layui-input-inline--long-->
86 <button class="layui-btn layui-btn-sm layui-btn-normal" id="seachReport" 86 <button class="layui-btn layui-btn-sm layui-btn-normal" id="seachReport"
87 type="button"> 87 type="button">
88 搜索 88 搜索
@@ -2196,7 +2196,7 @@ a cite { @@ -2196,7 +2196,7 @@ a cite {
2196 } 2196 }
2197 2197
2198 .layui-select-disabled .layui-disabled { 2198 .layui-select-disabled .layui-disabled {
2199 - border-color: #eee !important 2199 + /*border-color: #eee !important*/
2200 } 2200 }
2201 2201
2202 .layui-select-disabled .layui-edge { 2202 .layui-select-disabled .layui-edge {