8000 行内表单默认设置固定宽度 · insistence/RuoYi-Vue3-FastAPI@ab4eb00 · GitHub
[go: up one dir, main page]

Skip to content

Commit ab4eb00

Browse files
committed
行内表单默认设置固定宽度
1 parent 9540856 commit ab4eb00

File tree

1 file changed

+8
-0
lines changed
  • ruoyi-fastapi-frontend/src/assets/styles

1 file changed

+8
-0
lines changed

ruoyi-fastapi-frontend/src/assets/styles/ruoyi.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@
6060
color: inherit;
6161
}
6262

63+
.el-form--inline {
64+
.el-form-item {
65+
.el-input, .el-cascader, .el-select, .el-autocomplete {
66+
width: 200px;
67+
}
68+
}
69+
}
70+
6371
.el-form .el-form-item__label {
6472
font-weight: 700;
6573
}

0 commit comments

Comments
 (0)
0