put right
This commit is contained in:
parent
c04b6b24f0
commit
010de34a3a
@ -107,7 +107,7 @@ layui.define(['layer', 'form'], function(exports){
|
||||
|
||||
layer.msg('Hello World');
|
||||
|
||||
exports(index, {});
|
||||
exports('index', {});
|
||||
});
|
||||
```
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
@ -118,7 +118,7 @@ a cite{font-style: normal; *cursor:pointer;}
|
||||
.layui-btn-mini i{font-size: 14px !important;}
|
||||
|
||||
/** 表单 **/
|
||||
.layui-input, .layui-textarea{display: block; width: 100%; padding: 0 10px; height: 38px; line-height: 20px; line-height: 36px\9; border: 1px solid #e6e6e6; background-color: #fff; border-radius: 2px;}
|
||||
.layui-input, .layui-textarea{display: block; width: 100%; padding-left: 10px; height: 38px; line-height: 38px; line-height: 36px\9; border: 1px solid #e6e6e6; background-color: #fff; border-radius: 2px;}
|
||||
.layui-input:hover, .layui-textarea:hover{border-color: #D2D2D2 !important;}
|
||||
.layui-input:focus, .layui-textarea:focus{border-color: #C9C9C9 !important;}
|
||||
.layui-textarea{position: relative; min-height: 100px; height: auto; line-height: 20px; padding: 6px 10px; resize: vertical;}
|
||||
|
Loading…
Reference in New Issue
Block a user