mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-07 04:42:48 +08:00
feat: 迁移极简对称表单
This commit is contained in:
@@ -1 +0,0 @@
|
||||
@import './ul-form-space-between';
|
||||
@@ -1,39 +0,0 @@
|
||||
.ul-form-space-between {
|
||||
.layui-form-item {
|
||||
display : flex;
|
||||
align-items : flex-start;
|
||||
justify-content: space-between;
|
||||
border-bottom : 2px solid #eee;
|
||||
|
||||
&::after {
|
||||
content: unset
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
border: unset;
|
||||
}
|
||||
|
||||
.layui-form-label {
|
||||
text-align: left;
|
||||
float : unset;
|
||||
}
|
||||
|
||||
.layui-input-block {
|
||||
margin-left: unset;
|
||||
width : 60%;
|
||||
text-align : right;
|
||||
|
||||
}
|
||||
|
||||
.layui-input {
|
||||
border : unset;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.layui-form-mid {
|
||||
text-align: right;
|
||||
display : block;
|
||||
float : unset
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,5 @@
|
||||
@import './common';
|
||||
@import './list/index';
|
||||
@import './form/index';
|
||||
@import './fieldset/index';
|
||||
@import './title/index';
|
||||
@import './jumbotron/index';
|
||||
|
||||
Reference in New Issue
Block a user