样式修改
This commit is contained in:
parent
b792ca61e7
commit
277cd64c99
@ -655,18 +655,21 @@ const fullScreenPreview = () => {
|
||||
background-color: transparent;
|
||||
&:hover,
|
||||
&:focus {
|
||||
background-color: #121a2c;
|
||||
border-color: #595f6b;
|
||||
background-color: transparent;
|
||||
border-color: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
&:active {
|
||||
border-color: #616774;
|
||||
background-color: #1e2637;
|
||||
border-color: rgba(255, 255, 255, 0.3);
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
:deep(.ed-button--primary){
|
||||
background: #0089ff;
|
||||
border: 1px solid #0089ff;
|
||||
}
|
||||
.divider {
|
||||
background: #ffffff4d;
|
||||
background: #ffffff;
|
||||
width: 1px;
|
||||
height: 18px;
|
||||
margin-right: 20px;
|
||||
|
@ -173,7 +173,7 @@ const menuOpt = optName => {
|
||||
:id="'attr-slide-component-name' + slideIndex"
|
||||
v-if="!canvasCollapse[sideName]"
|
||||
class="name-area-attr"
|
||||
style="max-width: 180px; text-overflow: ellipsis; white-space: nowrap"
|
||||
style="max-width: 180px; text-overflow: ellipsis; white-space: nowrap;"
|
||||
:style="{ width: componentNameEdit ? '300px' : 'auto' }"
|
||||
:class="{ 'component-name-dark': themeInfo === 'dark' }"
|
||||
@dblclick="editComponentName"
|
||||
@ -191,7 +191,7 @@ const menuOpt = optName => {
|
||||
<span>
|
||||
<el-icon
|
||||
v-show="element && element['id']"
|
||||
style="margin: 2px 0 0 4px; cursor: pointer"
|
||||
style="margin: 6px 0 0 4px; cursor: pointer"
|
||||
><Icon><dvInfoSvg class="svg-icon" /></Icon
|
||||
></el-icon>
|
||||
</span>
|
||||
@ -366,6 +366,7 @@ const menuOpt = optName => {
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
input {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
@ -391,5 +392,22 @@ const menuOpt = optName => {
|
||||
padding: 0 4px;
|
||||
height: 100%;
|
||||
}
|
||||
.ed-icon{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
<style>
|
||||
.ed-popper.is-light {
|
||||
border: 1px solid #434343;
|
||||
background: rgba(41, 41, 41, 1) !important;
|
||||
}
|
||||
.ed-popper[data-popper-placement^=bottom] .ed-popper__arrow::before {
|
||||
background: rgba(41, 41, 41, 1) !important;
|
||||
}
|
||||
.ed-popover.ed-popper{
|
||||
background: rgba(41, 41, 41, 1);
|
||||
border: 1px solid #434343;
|
||||
}
|
||||
</style>
|
||||
|
@ -300,7 +300,7 @@ init()
|
||||
:style="{ float: 'right' }"
|
||||
@click="removeThreshold(fieldIndex)"
|
||||
>
|
||||
<el-icon size="20px" style="color: #fff">
|
||||
<el-icon size="20px" style="color: #979797">
|
||||
<Icon name="icon_delete-trash_outlined"
|
||||
><icon_deleteTrash_outlined class="svg-icon"
|
||||
/></Icon>
|
||||
@ -440,7 +440,7 @@ init()
|
||||
text
|
||||
@click="removeCondition(fieldItem, index)"
|
||||
>
|
||||
<el-icon size="20px" style="color: #fff">
|
||||
<el-icon size="20px" style="color: #979797">
|
||||
<Icon name="icon_delete-trash_outlined"
|
||||
><icon_deleteTrash_outlined class="svg-icon"
|
||||
/></Icon>
|
||||
|
@ -428,7 +428,7 @@ init()
|
||||
:style="{ float: 'right' }"
|
||||
@click="removeThreshold(fieldIndex)"
|
||||
>
|
||||
<el-icon size="20px" style="color: #646a73">
|
||||
<el-icon size="20px" style="color: #979797">
|
||||
<Icon name="icon_delete-trash_outlined"
|
||||
><icon_deleteTrash_outlined class="svg-icon"
|
||||
/></Icon>
|
||||
@ -436,7 +436,7 @@ init()
|
||||
</el-button>
|
||||
</el-row>
|
||||
|
||||
<el-row :style="{ marginTop: '16px', borderTop: '1px solid #d5d6d8' }">
|
||||
<el-row :style="{ marginTop: '16px', borderTop: '1px solid #5f5f5f !important' }">
|
||||
<el-row
|
||||
v-for="(item, index) in fieldItem.conditions"
|
||||
:key="index"
|
||||
@ -764,7 +764,7 @@ init()
|
||||
text
|
||||
@click="removeCondition(fieldItem, index)"
|
||||
>
|
||||
<el-icon size="20px" style="color: #646a73">
|
||||
<el-icon size="20px" style="color: #979797">
|
||||
<Icon name="icon_delete-trash_outlined"
|
||||
><icon_deleteTrash_outlined class="svg-icon"
|
||||
/></Icon>
|
||||
@ -811,7 +811,7 @@ init()
|
||||
border-radius: 4px;
|
||||
padding: 10px 16px;
|
||||
margin-top: 10px;
|
||||
background: #f5f6f7;
|
||||
background:#333333;
|
||||
}
|
||||
|
||||
.line-item {
|
||||
@ -879,7 +879,7 @@ span {
|
||||
|
||||
.tip {
|
||||
font-size: 12px;
|
||||
background: #d6e2ff;
|
||||
background: #333333;
|
||||
border-radius: 4px;
|
||||
padding: 10px 20px;
|
||||
display: flex;
|
||||
@ -914,4 +914,29 @@ span {
|
||||
justify-content: flex-start;
|
||||
padding: 0 11px;
|
||||
}
|
||||
:deep(.ed-input__wrapper){
|
||||
background-color: #252424 ;
|
||||
box-shadow: 0 0 0 1px #5f5f5f inset;
|
||||
}
|
||||
:deep(.ed-input__inner){
|
||||
color: #fff;
|
||||
}
|
||||
:deep(.ed-select-dropdown__item){
|
||||
color: #ffffff !important;
|
||||
}
|
||||
:deep(.ed-select-dropdown__item.hover, .ed-select-dropdown__item:hover){
|
||||
background: rgb(61,61,61) !important;
|
||||
}
|
||||
.ed-select-dropdown__item{
|
||||
color: #ffffff;
|
||||
}
|
||||
.ed-select-dropdown__item.hover, .ed-select-dropdown__item:hover{
|
||||
background: rgb(61,61,61);
|
||||
}
|
||||
.ed-select-dropdown__item.selected{
|
||||
color: #0089ff;
|
||||
}
|
||||
:deep(.ed-color-picker__trigger){
|
||||
border: 1px solid #5f5f5f ;
|
||||
}
|
||||
</style>
|
||||
|
@ -166,7 +166,7 @@ init()
|
||||
</el-form-item>
|
||||
</el-space>
|
||||
</el-col>
|
||||
<div style="display: flex; align-items: center; justify-content: center; margin-left: 8px">
|
||||
<div style="display: flex; align-items: center; justify-content: center; margin-left: 15px">
|
||||
<div class="color-title">{{ t('chart.textColor') }}</div>
|
||||
<el-color-picker
|
||||
is-custom
|
||||
@ -192,14 +192,14 @@ init()
|
||||
</div>
|
||||
<div style="display: flex; align-items: center; justify-content: center; margin-left: 8px">
|
||||
<el-button
|
||||
class="circle-button"
|
||||
class="circle-button circle-buttons"
|
||||
type="text"
|
||||
circle
|
||||
style="float: right"
|
||||
@click="removeThreshold(index)"
|
||||
>
|
||||
<template #icon>
|
||||
<Icon name="icon_delete-trash_outlined"
|
||||
<Icon name="icon_delete-trash_outlined" class=""
|
||||
><icon_deleteTrash_outlined class="svg-icon"
|
||||
/></Icon>
|
||||
</template>
|
||||
@ -214,7 +214,7 @@ init()
|
||||
.line-item {
|
||||
width: 100%;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #dcdfe6;
|
||||
border: 1px solid #363636;
|
||||
padding: 4px 14px;
|
||||
margin-bottom: 10px;
|
||||
display: flex;
|
||||
@ -267,7 +267,7 @@ span {
|
||||
}
|
||||
|
||||
.color-title {
|
||||
color: #646a73;
|
||||
color: #ffffff;
|
||||
font-size: 14px;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
@ -282,4 +282,47 @@ span {
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.circle-button{
|
||||
background: rgb(61,61,61);
|
||||
color: #fff;
|
||||
border: 1px solid rgb(61,61,61);
|
||||
}
|
||||
.circle-buttons{
|
||||
background: transparent;
|
||||
border: none;
|
||||
}
|
||||
:deep(.ed-input__wrapper){
|
||||
background-color: #292929;
|
||||
box-shadow: 0 0 0 1px #5f5f5f inset;
|
||||
}
|
||||
:deep(.ed-color-picker__trigger){
|
||||
border-color: #5f5f5f;
|
||||
}
|
||||
:deep(.ed-input__inner){
|
||||
color: #fff;
|
||||
}
|
||||
:deep(.ed-input-number__decrease){
|
||||
background-color: #434343 !important;
|
||||
color:#ffffff;
|
||||
}
|
||||
:deep(.ed-input-number__increase){
|
||||
background-color: #434343 !important;
|
||||
color:#ffffff;
|
||||
}
|
||||
:deep(.ed-input-number.is-controls-right .ed-input-number__increase){
|
||||
border-bottom: 1px solid #5f5f5f;
|
||||
border-left: 1px solid #5f5f5f;
|
||||
}
|
||||
:deep(.ed-input-number.is-controls-right .ed-input-number__decrease){
|
||||
border-left: 1px solid #5f5f5f;
|
||||
}
|
||||
.ed-select-group__wrap:not(:last-of-type)::after{
|
||||
background: #5f5f5f;
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
.ed-dialog__headerbtn{
|
||||
color: #ffffff;
|
||||
}
|
||||
</style>
|
@ -556,5 +556,14 @@ class GroupMenu extends BaseTooltip {
|
||||
.button-group {
|
||||
display: flex;
|
||||
justify-content: end;
|
||||
.ed-button{
|
||||
color: #F2F4F5;
|
||||
background-color: #212121;
|
||||
border: 1px solid #434343;
|
||||
}
|
||||
.ed-button--primary{
|
||||
background-color:#0089FF;
|
||||
border: 1px solid #0089FF;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
@ -899,8 +899,8 @@ onMounted(() => {
|
||||
.table-header-group-config-dialog {
|
||||
.ed-dialog__header,
|
||||
.ed-dialog__body {
|
||||
color: #a6a6a6;
|
||||
background-color: #1a1a1a;
|
||||
color: #ffffff;
|
||||
background-color: rgb(33,33,33);
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
@ -107,7 +107,7 @@ defineExpose({
|
||||
width: 100%;
|
||||
padding: 16px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid var(--deBorderBase, #595f6b);
|
||||
border: 1px solid var(--deBorderBase, #333333);
|
||||
overflow: auto;
|
||||
max-height: 500px;
|
||||
.content {
|
||||
@ -118,7 +118,7 @@ defineExpose({
|
||||
.ed-button.is-secondary{
|
||||
color: #F2F4F5;
|
||||
background-color: #212121;
|
||||
border: 1px solid #434343;
|
||||
border: 1px solid #363636;
|
||||
}
|
||||
.ed-button--primary{
|
||||
background-color:#0089FF;
|
||||
|
@ -173,7 +173,7 @@ const del = (index, child) => {
|
||||
background-color: #212121;
|
||||
border:1px solid #434343;
|
||||
color: #F2F4F5;
|
||||
border-radius: 2px;
|
||||
// border-radius: 2px;
|
||||
.mrg-title {
|
||||
text-align: left;
|
||||
box-sizing: border-box;
|
||||
@ -187,6 +187,10 @@ const del = (index, child) => {
|
||||
}
|
||||
|
||||
&:hover {
|
||||
.operate-title{
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.operate-icon {
|
||||
display: inline-block;
|
||||
}
|
||||
@ -202,10 +206,12 @@ const del = (index, child) => {
|
||||
width: 40px;
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
background-color: #f8f8fa;
|
||||
background-color: #212121;
|
||||
z-index: 1;
|
||||
display: none;
|
||||
|
||||
border-right: 1px solid #434343;
|
||||
border-top: 1px solid #434343;
|
||||
border-bottom: 1px solid #434343;
|
||||
i {
|
||||
font-size: 12px;
|
||||
font-style: normal;
|
||||
@ -214,6 +220,7 @@ const del = (index, child) => {
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -734,7 +734,7 @@ const emits = defineEmits(['update:item', 'del'])
|
||||
.filed-title {
|
||||
word-wrap: break-word;
|
||||
line-height: 28px;
|
||||
color: #7e7e7e;
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
white-space: nowrap;
|
||||
box-sizing: border-box;
|
||||
@ -748,6 +748,7 @@ const emits = defineEmits(['update:item', 'del'])
|
||||
font-size: 14px;
|
||||
margin: 0 10px;
|
||||
cursor: pointer;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.ed-input {
|
||||
@ -845,8 +846,8 @@ const emits = defineEmits(['update:item', 'del'])
|
||||
}
|
||||
|
||||
:deep(.ed-input__wrapper) {
|
||||
background-color: #f8f8fa;
|
||||
border: none;
|
||||
background-color: #212121;
|
||||
border: 1px solid #5f5f5f;
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
height: 26px;
|
||||
@ -878,7 +879,7 @@ const emits = defineEmits(['update:item', 'del'])
|
||||
}
|
||||
}
|
||||
.filed:hover {
|
||||
background-color: #e9eaef;
|
||||
background-color: rgb(61,61,61);
|
||||
:deep(.ed-input-number__decrease),
|
||||
:deep(.ed-input-number__increase) {
|
||||
display: flex;
|
||||
@ -935,10 +936,10 @@ const emits = defineEmits(['update:item', 'del'])
|
||||
width: 100%;
|
||||
height: 28px;
|
||||
padding: 4px 7px;
|
||||
color: rgba(0, 0, 0, 0.65);
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
line-height: 28px;
|
||||
background-color: #fff;
|
||||
// background-color: #212121;
|
||||
background-image: none;
|
||||
transition: all 0.3s;
|
||||
touch-action: manipulation;
|
||||
@ -952,9 +953,10 @@ const emits = defineEmits(['update:item', 'del'])
|
||||
|
||||
.ed-input__wrapper {
|
||||
box-shadow: none;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
border-bottom: 1px solid #5f5f5f;
|
||||
background-color: transparent;
|
||||
&:focus {
|
||||
box-shadow: 0 0 0 2px rgb(46 116 255 / 20%);
|
||||
box-shadow: 0 0 0 2px rgb(61,61,61);
|
||||
border-right-width: 1px !important;
|
||||
outline: 0;
|
||||
border-color: none;
|
||||
@ -966,7 +968,7 @@ const emits = defineEmits(['update:item', 'del'])
|
||||
font-family: var(--de-custom_font, 'PingFang');
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
color: rgba(0, 0, 0, 0.65);
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.5;
|
||||
@ -978,6 +980,9 @@ const emits = defineEmits(['update:item', 'del'])
|
||||
text-align: start;
|
||||
padding: 0 6px;
|
||||
}
|
||||
.ed-input__inner{
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
.de-el-dropdown-menu-fixed {
|
||||
|
@ -4769,7 +4769,7 @@ span {
|
||||
.result-style-dark {
|
||||
:deep(.ed-button) {
|
||||
color: #ffffff;
|
||||
background-color: var(--ed-color-primary, #3370ff);
|
||||
background-color: #0089ff !important;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
@ -940,12 +940,12 @@ background-color: rgb(41, 41, 41);
|
||||
background-color: rgb(61, 61, 61);
|
||||
}
|
||||
.ed-tree--highlight-current .ed-tree-node.is-current>.ed-tree-node__content{
|
||||
background-color: rgb(61, 61, 61);
|
||||
background-color: rgba(0, 137, 255, 0.3);
|
||||
}
|
||||
.ed-tree-node__content.is-menu:hover{
|
||||
background-color: rgb(61, 61, 61);
|
||||
}
|
||||
.ed-tree-node.is-current.is-menu>:nth-child(1){
|
||||
color: #0089ff;
|
||||
color: #fff;
|
||||
}
|
||||
</style>
|
||||
|
@ -173,7 +173,7 @@ defineExpose({
|
||||
.ed-drawer__footer {
|
||||
height: 64px !important;
|
||||
padding: 0px !important;
|
||||
box-shadow: 0 -1px 0px #5f5f5f;
|
||||
box-shadow: 0 -1px 0px #3a3a3a;
|
||||
}
|
||||
|
||||
.ed-drawer__body {
|
||||
@ -181,13 +181,14 @@ defineExpose({
|
||||
}
|
||||
}
|
||||
.ed-select-dropdown__item{
|
||||
color: #ffffff ;
|
||||
color: #ffffff;
|
||||
}
|
||||
.ed-select-dropdown__item.hover, .ed-select-dropdown__item:hover{
|
||||
background: rgb(61,61,61);
|
||||
}
|
||||
.ed-drawer__header{
|
||||
color: #fff;
|
||||
border-bottom: 1px solid #3a3a3a
|
||||
}
|
||||
.ed-drawer__close-btn:hover{
|
||||
background:rgb(61,61,61)
|
||||
|
@ -338,7 +338,7 @@ onBeforeMount(() => {
|
||||
width: 279px;
|
||||
padding: 0;
|
||||
overflow: visible;
|
||||
border-right: 1px solid #5f5f5f;
|
||||
border-right: 1px solid #3a3a3a;
|
||||
|
||||
&.retract {
|
||||
display: none;
|
||||
|
Loading…
Reference in New Issue
Block a user