flat:合并
This commit is contained in:
19
src/pages/Application/ModelManagement/modelStyle.less
Normal file
19
src/pages/Application/ModelManagement/modelStyle.less
Normal file
@@ -0,0 +1,19 @@
|
||||
.cards {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
grid-row-gap: 30px;
|
||||
|
||||
.card {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-right: 80px;
|
||||
|
||||
.label {
|
||||
margin-right: 10px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.input {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user