Skip to content

Commit 1c06b4b

Browse files
committed
fix(Parameter Configuration): Style Optimization
1 parent 714a14b commit 1c06b4b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

frontend/src/views/system/parameter/index.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,10 @@ onMounted(() => {
146146
</style>
147147
<style lang="less" scoped>
148148
.parameter {
149+
:deep(.ed-radio) {
150+
--ed-radio-input-height: 16px;
151+
--ed-radio-input-width: 16px;
152+
}
149153
.title {
150154
font-weight: 500;
151155
font-style: Medium;
@@ -162,6 +166,7 @@ onMounted(() => {
162166
display: flex;
163167
flex-wrap: wrap;
164168
margin-top: 16px;
169+
165170
.card-title {
166171
font-weight: 500;
167172
font-style: Medium;

0 commit comments

Comments
 (0)