We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 714a14b commit 1c06b4bCopy full SHA for 1c06b4b
frontend/src/views/system/parameter/index.vue
@@ -146,6 +146,10 @@ onMounted(() => {
146
</style>
147
<style lang="less" scoped>
148
.parameter {
149
+ :deep(.ed-radio) {
150
+ --ed-radio-input-height: 16px;
151
+ --ed-radio-input-width: 16px;
152
+ }
153
.title {
154
font-weight: 500;
155
font-style: Medium;
@@ -162,6 +166,7 @@ onMounted(() => {
162
166
display: flex;
163
167
flex-wrap: wrap;
164
168
margin-top: 16px;
169
+
165
170
.card-title {
171
172
0 commit comments