mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 02:58:10 +08:00
fix: 样式优化
This commit is contained in:
@@ -3567,11 +3567,11 @@ defineExpose({
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.ed-input .ed-select__prefix--light {
|
||||
border-right: none;
|
||||
padding: 0;
|
||||
.ed-select__prefix {
|
||||
font-size: 16px;
|
||||
margin-right: 4px;
|
||||
&::after {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.container {
|
||||
font-size: 14px;
|
||||
|
||||
@@ -2025,9 +2025,8 @@ const isProgressBar = computed(() => {
|
||||
}
|
||||
|
||||
.series-select {
|
||||
:deep(.ed-select__prefix--light) {
|
||||
padding-right: unset;
|
||||
border-right: unset;
|
||||
:deep(.ed-select__prefix::after) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
:deep(.ed-select__prefix--dark) {
|
||||
|
||||
@@ -995,13 +995,8 @@ onMounted(() => {
|
||||
|
||||
<style lang="less" scoped>
|
||||
.series-select {
|
||||
:deep(.ed-select__prefix--light) {
|
||||
padding-right: unset;
|
||||
border-right: unset;
|
||||
}
|
||||
:deep(.ed-select__prefix--dark) {
|
||||
padding-right: unset;
|
||||
border-right: unset;
|
||||
:deep(.ed-select__prefix::after) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -398,10 +398,8 @@ initFunction()
|
||||
.mr0 {
|
||||
margin-right: 0;
|
||||
|
||||
:deep(.ed-select__prefix--light) {
|
||||
padding: 0;
|
||||
border: none;
|
||||
margin: 0;
|
||||
:deep(.ed-select__prefix::after) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -650,10 +650,8 @@ initFunction()
|
||||
.mr0 {
|
||||
margin-right: 0;
|
||||
|
||||
:deep(.ed-select__prefix--light) {
|
||||
padding: 0;
|
||||
border: none;
|
||||
margin: 0;
|
||||
:deep(.ed-select__prefix::after) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -223,10 +223,11 @@ init()
|
||||
}
|
||||
.union-selector {
|
||||
width: 180px;
|
||||
:deep(.ed-select__prefix--light) {
|
||||
border-right: none;
|
||||
:deep(.ed-select__prefix) {
|
||||
font-size: 22px;
|
||||
padding: 0;
|
||||
&::after {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
.union-add {
|
||||
|
||||
@@ -1021,10 +1021,11 @@ defineExpose({
|
||||
<style lang="less">
|
||||
.api-datasource-drawer {
|
||||
.select-type {
|
||||
.ed-select__prefix--light {
|
||||
border-right: none;
|
||||
padding: 0;
|
||||
.ed-select__prefix {
|
||||
font-size: 16px;
|
||||
&::after {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
.ed-drawer__body {
|
||||
|
||||
Reference in New Issue
Block a user