mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 18:38:16 +08:00
refactor: 样式调整
This commit is contained in:
@@ -36,7 +36,7 @@ defineExpose({
|
||||
|
||||
<style lang="less">
|
||||
.market-create-dialog {
|
||||
--ed-dialog-border-radius: 4px;
|
||||
border-radius: 4px !important;
|
||||
|
||||
overflow: hidden;
|
||||
.ed-dialog__body {
|
||||
|
||||
@@ -134,7 +134,7 @@
|
||||
</el-button>
|
||||
</div>
|
||||
</el-row>
|
||||
<el-row class="img-main">
|
||||
<el-row v-if="state.curTemplate" class="img-main">
|
||||
<img style="height: 100%" :src="imgUrlTrans(state.templatePreviewUrl)" alt="" />
|
||||
</el-row>
|
||||
</el-col>
|
||||
@@ -577,6 +577,7 @@ onMounted(() => {
|
||||
cursor: pointer;
|
||||
color: #646a73;
|
||||
transition: 0.1s;
|
||||
z-index: 9999;
|
||||
&:active {
|
||||
color: #000;
|
||||
border-color: #3a8ee6;
|
||||
|
||||
Reference in New Issue
Block a user