forked from github/dataease
style: 优化预览页按钮样式
This commit is contained in:
parent
372b747bd2
commit
a0e1b00ee1
@ -98,7 +98,7 @@ watch(
|
|||||||
:weight="dvInfo.weight"
|
:weight="dvInfo.weight"
|
||||||
:resource-type="dvInfo.type"
|
:resource-type="dvInfo.type"
|
||||||
/>
|
/>
|
||||||
<el-button v-if="dvInfo.weight > 6" type="primary" @click="dvEdit()">
|
<el-button class="custom-button" v-if="dvInfo.weight > 6" type="primary" @click="dvEdit()">
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<icon name="icon_edit_outlined"></icon>
|
<icon name="icon_edit_outlined"></icon>
|
||||||
</template>
|
</template>
|
||||||
@ -176,4 +176,8 @@ watch(
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #646a73;
|
color: #646a73;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.custom-button {
|
||||||
|
margin-left: 12px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user