mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-09-17 16:56:38 +08:00
11 lines
194 B
CSS
11 lines
194 B
CSS
.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;
|
|
}
|