forked from github/dataease
fix: 样式优化
This commit is contained in:
parent
32d8bf517a
commit
c05251f662
@ -1777,10 +1777,11 @@ const getDsIconName = data => {
|
|||||||
<span class="select-svg-icon">
|
<span class="select-svg-icon">
|
||||||
<el-icon>
|
<el-icon>
|
||||||
<Icon
|
<Icon
|
||||||
:className="`field-icon-${
|
|
||||||
fieldType[[2, 3].includes(scope.row.deType) ? 2 : 0]
|
|
||||||
}`"
|
|
||||||
><component
|
><component
|
||||||
|
class="svg-icon"
|
||||||
|
:class="`field-icon-${
|
||||||
|
fieldType[[2, 3].includes(scope.row.deType) ? 2 : 0]
|
||||||
|
}`"
|
||||||
:is="iconFieldMap[getIconName(scope.row.deType)]"
|
:is="iconFieldMap[getIconName(scope.row.deType)]"
|
||||||
></component
|
></component
|
||||||
></Icon>
|
></Icon>
|
||||||
@ -1956,10 +1957,11 @@ const getDsIconName = data => {
|
|||||||
<span class="select-svg-icon">
|
<span class="select-svg-icon">
|
||||||
<el-icon>
|
<el-icon>
|
||||||
<Icon
|
<Icon
|
||||||
:className="`field-icon-${
|
|
||||||
fieldType[[2, 3].includes(scope.row.deType) ? 2 : 0]
|
|
||||||
}`"
|
|
||||||
><component
|
><component
|
||||||
|
class="svg-icon"
|
||||||
|
:class="`field-icon-${
|
||||||
|
fieldType[[2, 3].includes(scope.row.deType) ? 2 : 0]
|
||||||
|
}`"
|
||||||
:is="iconFieldMap[getIconName(scope.row.deType)]"
|
:is="iconFieldMap[getIconName(scope.row.deType)]"
|
||||||
></component
|
></component
|
||||||
></Icon>
|
></Icon>
|
||||||
|
Loading…
Reference in New Issue
Block a user