File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
components/dynamics-form/items/radio Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 55 <el-col :xs =" 24" :sm =" 24" :md =" 24" :lg =" 12" :xl =" 12" >
66 <el-card
77 :key =" item.value"
8- class =" item"
8+ class =" item break-all "
99 shadow =" never"
10+ style =" --el-card-padding : 12px 16px "
1011 :class =" [
1112 inputDisabled ? 'is-disabled' : '',
1213 modelValue == item[valueField] ? 'active' : ''
@@ -93,8 +94,8 @@ const option_list = computed(() => {
9394 color : var (--el-color-primary );
9495 }
9596 .item {
97+ line-height : 22px ;
9698 cursor : pointer ;
97- height : 38px ;
9899 display : flex ;
99100 justify-content : center ;
100101 align-items : center ;
Original file line number Diff line number Diff line change 419419 color : var (--el-checkbox-text-color );
420420}
421421
422- .el-popper {
422+ .el-table .el- popper {
423423 max-width : 500px !important ;
424424}
You can’t perform that action at this time.
0 commit comments