File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ watch(
122
122
placement: 'auto'
123
123
}"
124
124
:visible =" visible"
125
- :width =" 350 "
125
+ :width =" 355 "
126
126
popper-class =" pure-popper"
127
127
trigger =" click"
128
128
>
@@ -147,7 +147,7 @@ watch(
147
147
>
148
148
<ElDivider border-style =" dashed" class =" tab-divider" />
149
149
<ElScrollbar height =" 220px" >
150
- <ul class =" ml-2 flex flex-wrap px-2 " >
150
+ <ul class =" ml-2 flex flex-wrap" >
151
151
<li
152
152
v-for =" (item, key) in pageList"
153
153
:key =" key"
@@ -171,7 +171,7 @@ watch(
171
171
background
172
172
class =" h-10 flex items-center justify-center"
173
173
layout =" prev, pager, next"
174
- small
174
+ size = " small"
175
175
@current-change =" onCurrentChange"
176
176
/>
177
177
</ElPopover >
Original file line number Diff line number Diff line change 25
25
<el-radio-button
26
26
v-for =" dict in getIntDictOptions(DICT_TYPE.SYSTEM_MENU_TYPE)"
27
27
:key =" dict.label"
28
- :label =" dict.value"
28
+ :value =" dict.value"
29
29
>
30
30
{{ dict.label }}
31
31
</el-radio-button >
You can’t perform that action at this time.
0 commit comments