重构主体工作完成

This commit is contained in:
RockYang
2024-03-15 18:35:10 +08:00
61 changed files with 1043 additions and 1097 deletions

View File

@@ -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;
}

View File

@@ -3,12 +3,13 @@
display flex
width 100%
.input {
width 100%
.el-input {
width 50%
}
.info {
margin-left 6px
margin-top 2px
}
}