Commit d1704029 authored by 李家智's avatar 李家智
Browse files

bug fix

parent 9d902228
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
<div class="layui-row"> <div class="layui-row">
<layui:attachment name="attachmentId" batchFileUUID="${uuid()}" isNew="true"/> <layui:attachment name="attachmentId" batchFileUUID="${uuid()}" isNew="true" bizType="User"/>
</div> </div>
......
...@@ -45,6 +45,10 @@ ...@@ -45,6 +45,10 @@
</script> </script>
<style> <style>
.site-block{padding: 20px; border: 1px solid #eee;} .site-block{padding: 20px; border: 1px solid #eee;}
input{background-color:expression((this.readOnly && this.readOnly == true)? "#efefef":"");}
input[readonly]{
background-color: #efefef;
}
</style> </style>
</head> </head>
<body> <body>
......
...@@ -18,7 +18,7 @@ if(has(readonly)){ ...@@ -18,7 +18,7 @@ if(has(readonly)){
} }
} }
--> -->
<input type="text" class="layui-input" value="${selectedDict.name}"></input> <input type="text" class="layui-input" readonly value="${selectedDict.name}"></input>
<input type="hidden" name="${name}" <input type="hidden" name="${name}"
class="layui-input" value="${expected}"></input> class="layui-input" value="${expected}"></input>
<!--#}else{ --> <!--#}else{ -->
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment