forked from github/dataease
refactor(数据大屏): 文案、过滤组件编辑框样式等优化
This commit is contained in:
parent
904a96539a
commit
36c7b30996
@ -253,8 +253,8 @@ const list = [
|
||||
},
|
||||
{
|
||||
component: 'DeVideo',
|
||||
name: '媒体',
|
||||
label: '媒体',
|
||||
name: '视频',
|
||||
label: '视频',
|
||||
innerType: 'DeVideo',
|
||||
editing: false,
|
||||
canvasActive: false,
|
||||
@ -272,8 +272,8 @@ const list = [
|
||||
},
|
||||
{
|
||||
component: 'DeStreamMedia',
|
||||
name: '媒体',
|
||||
label: '媒体',
|
||||
name: '流媒体',
|
||||
label: '流媒体',
|
||||
innerType: 'DeStreamMedia',
|
||||
editing: false,
|
||||
canvasActive: false,
|
||||
|
@ -3044,6 +3044,35 @@ const drop = (ev: MouseEvent, type = 'xAxis') => {
|
||||
border-top: none !important;
|
||||
}
|
||||
|
||||
:deep(.ed-tabs__nav-wrap::after) {
|
||||
background-color: rgba(31, 35, 41, 0.15);
|
||||
}
|
||||
:deep(.ed-tabs__nav-scroll) {
|
||||
.ed-tabs__item {
|
||||
height: 35px;
|
||||
line-height: 35px;
|
||||
color: var(--ed-color-primary, #3370ff);
|
||||
font-family: '阿里巴巴普惠体 3.0 55 Regular L3';
|
||||
font-size: 12px;
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
}
|
||||
.query-style-tab {
|
||||
width: 100%;
|
||||
border-top: solid 1px @side-outline-border-color-light !important;
|
||||
|
||||
.tab-container {
|
||||
.border-bottom-tab(8px);
|
||||
}
|
||||
|
||||
margin-left: 0px !important;
|
||||
|
||||
:deep(.ed-tabs__header) {
|
||||
border-top: none !important;
|
||||
}
|
||||
|
||||
:deep(.ed-tabs__nav-wrap::after) {
|
||||
background-color: rgba(31, 35, 41, 0.15);
|
||||
}
|
||||
@ -3082,6 +3111,35 @@ const drop = (ev: MouseEvent, type = 'xAxis') => {
|
||||
box-shadow: 0 0 0 1px var(--ed-color-primary, #3370ff) inset !important;
|
||||
}
|
||||
}
|
||||
.query-style-tab {
|
||||
width: 100%;
|
||||
border-top: solid 1px @main-collapse-border-dark !important;
|
||||
|
||||
.tab-container {
|
||||
.border-bottom-tab(8px);
|
||||
}
|
||||
|
||||
margin-left: 0px !important;
|
||||
|
||||
:deep(.ed-tabs__header) {
|
||||
border-top: none !important;
|
||||
}
|
||||
|
||||
:deep(.ed-tabs__nav-wrap::after) {
|
||||
background-color: rgba(31, 35, 41, 0.15);
|
||||
}
|
||||
:deep(.ed-tabs__nav-scroll) {
|
||||
.ed-tabs__item {
|
||||
height: 35px;
|
||||
line-height: 35px;
|
||||
color: var(--ed-color-primary, #3370ff);
|
||||
font-family: '阿里巴巴普惠体 3.0 55 Regular L3';
|
||||
font-size: 12px;
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.chart-edit {
|
||||
|
Loading…
Reference in New Issue
Block a user