mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-13 12:43:43 +08:00
重构主体工作完成
This commit is contained in:
@@ -2,9 +2,10 @@
|
||||
display: flex;
|
||||
width: 100%;
|
||||
}
|
||||
.el-form-item__content .tip-input .input {
|
||||
width: 100%;
|
||||
.el-form-item__content .tip-input .el-input {
|
||||
width: 50%;
|
||||
}
|
||||
.el-form-item__content .tip-input .info {
|
||||
margin-left: 6px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
@@ -3,12 +3,13 @@
|
||||
display flex
|
||||
width 100%
|
||||
|
||||
.input {
|
||||
width 100%
|
||||
.el-input {
|
||||
width 50%
|
||||
}
|
||||
|
||||
.info {
|
||||
margin-left 6px
|
||||
margin-top 2px
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user