forked from github/dataease
Merge pull request #9148 from dataease/pr@dev-v2@style_workbranch
refactor(工作台): 优化模版中心文案和图标样式
This commit is contained in:
commit
1199752523
@ -9,15 +9,15 @@
|
|||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
<el-row v-show="state.asideActive" style="padding: 24px 12px 0">
|
<el-row v-show="state.asideActive" style="padding: 24px 12px 0">
|
||||||
<el-row style="align-items: center">
|
<el-row style="align-items: center">
|
||||||
<span class="custom-breadcrumb-item" @click="closePreview()">{{
|
<span class="custom-breadcrumb-item" @click="closePreview()">模版中心</span>
|
||||||
t('visualization.template_preview')
|
|
||||||
}}</span>
|
|
||||||
<el-icon><ArrowRight /></el-icon> <span class="custom-breadcrumb-item-to">预览</span>
|
<el-icon><ArrowRight /></el-icon> <span class="custom-breadcrumb-item-to">预览</span>
|
||||||
|
|
||||||
<el-tooltip class="box-item" effect="dark" content="收起" placement="right">
|
<el-tooltip class="box-item" effect="dark" content="收起" placement="right">
|
||||||
<el-icon class="insert-retract" @click="asideActiveChange(false)">
|
<div @click="asideActiveChange(false)" class="insert-retract">
|
||||||
<Icon name="market-retract"></Icon>
|
<el-icon>
|
||||||
</el-icon>
|
<Icon name="icon_left_outlined" />
|
||||||
|
</el-icon>
|
||||||
|
</div>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-row class="margin-top16 search-area">
|
<el-row class="margin-top16 search-area">
|
||||||
@ -499,34 +499,44 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.arrow-side-tree {
|
||||||
|
position: absolute;
|
||||||
|
border: 1px solid #dee0e3;
|
||||||
|
background: #fff;
|
||||||
|
cursor: pointer;
|
||||||
|
z-index: 10;
|
||||||
|
&:hover {
|
||||||
|
.ed-icon {
|
||||||
|
color: var(--ed-color-primary);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.ed-icon {
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.insert-retract {
|
.insert-retract {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 176px;
|
left: 182px;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
display: inline-block;
|
border: 1px solid #dee0e3;
|
||||||
font-size: 34px;
|
background: #fff;
|
||||||
font-weight: 400 !important;
|
|
||||||
font-family: '阿里巴巴普惠体 3.0 55 Regular L3';
|
|
||||||
line-height: 1;
|
|
||||||
white-space: nowrap;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #646a73;
|
height: 24px;
|
||||||
-webkit-appearance: none;
|
width: 24px;
|
||||||
text-align: center;
|
border-radius: 50%;
|
||||||
box-sizing: border-box;
|
display: flex;
|
||||||
outline: 0;
|
align-items: center;
|
||||||
margin: 0;
|
justify-content: center;
|
||||||
transition: 0.1s;
|
box-shadow: 0px 5px 10px 0px #1f23291a;
|
||||||
border-radius: 3px;
|
|
||||||
|
|
||||||
&:active {
|
|
||||||
color: #000;
|
|
||||||
border-color: #3a8ee6;
|
|
||||||
outline: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: #3a8ee6;
|
.ed-icon {
|
||||||
|
color: var(--ed-color-primary);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.ed-icon {
|
||||||
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user