mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-12-27 10:35:58 +08:00
merge pull request #72
This commit is contained in:
10
web/src/assets/css/admin/form.css
Normal file
10
web/src/assets/css/admin/form.css
Normal file
@@ -0,0 +1,10 @@
|
||||
.el-form-item__content .tip-input {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
}
|
||||
.el-form-item__content .tip-input .input {
|
||||
width: 100%;
|
||||
}
|
||||
.el-form-item__content .tip-input .info {
|
||||
margin-left: 6px;
|
||||
}
|
||||
15
web/src/assets/css/admin/form.styl
Normal file
15
web/src/assets/css/admin/form.styl
Normal file
@@ -0,0 +1,15 @@
|
||||
.el-form-item__content {
|
||||
.tip-input {
|
||||
display flex
|
||||
width 100%
|
||||
|
||||
.input {
|
||||
width 100%
|
||||
}
|
||||
|
||||
.info {
|
||||
margin-left 6px
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user