mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 01:38:11 +08:00
fix(系统设置): 系统参数-引擎设置-编辑状态-高级设置样式参照:数据源-新建MySQL数据源-高级设置
This commit is contained in:
committed by
xuwei-fit2cloud
parent
9f77bbc09d
commit
a2959d1585
@@ -358,17 +358,20 @@ defineExpose({
|
||||
autocomplete="off"
|
||||
/>
|
||||
</el-form-item>
|
||||
<span class="de-expand" @click="showPriority = !showPriority"
|
||||
>{{ t('datasource.priority') }}
|
||||
<el-icon>
|
||||
<Icon
|
||||
><component
|
||||
class="svg-icon"
|
||||
:is="showPriority ? icon_down_outlined : icon_down_outlined1"
|
||||
></component
|
||||
></Icon>
|
||||
</el-icon>
|
||||
</span>
|
||||
<el-form-item>
|
||||
<span class="de-expand" @click="showPriority = !showPriority"
|
||||
>{{ t('datasource.priority') }}
|
||||
<el-icon>
|
||||
<Icon
|
||||
><component
|
||||
class="svg-icon"
|
||||
:is="showPriority ? icon_down_outlined : icon_down_outlined1"
|
||||
></component
|
||||
></Icon>
|
||||
</el-icon>
|
||||
</span>
|
||||
</el-form-item>
|
||||
|
||||
<template v-if="showPriority">
|
||||
<el-row :gutter="24" class="mb16">
|
||||
<el-col :span="12">
|
||||
@@ -443,6 +446,20 @@ defineExpose({
|
||||
</template>
|
||||
<style lang="less">
|
||||
.basic-param-drawer {
|
||||
.de-expand {
|
||||
font-family: var(--de-custom_font, 'PingFang');
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
line-height: 22px;
|
||||
color: var(--ed-color-primary);
|
||||
cursor: pointer;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
|
||||
.ed-icon {
|
||||
margin-left: 4px;
|
||||
}
|
||||
}
|
||||
.ed-drawer__footer {
|
||||
height: 64px !important;
|
||||
padding: 16px 24px !important;
|
||||
|
||||
Reference in New Issue
Block a user