feat(仪表板): 支持批量拖拽字段

This commit is contained in:
dataeaseShu 2024-04-16 09:59:09 +08:00
parent e05bf51218
commit 6ee9b6db2a
6 changed files with 4 additions and 9 deletions

View File

@ -88,7 +88,6 @@ defineExpose({
> :nth-child(1) {
color: var(--deTextSecondary, #1f2329);
font-family: 'PingFang SC';
font-style: normal;
font-weight: 400;
font-size: 14px;

View File

@ -2607,7 +2607,6 @@ const drop = (ev: MouseEvent, type = 'xAxis') => {
border-radius: 4px;
border: 1px solid transparent;
color: #a6a6a6;
font-family: PingFang SC;
font-size: 12px;
font-style: normal;
font-weight: 400;
@ -2620,6 +2619,10 @@ const drop = (ev: MouseEvent, type = 'xAxis') => {
background: #1f23291a;
}
&.item-dimension--dark:hover {
background: #ebebeb1a;
}
.ed-icon {
font-size: 14px;
}

View File

@ -125,7 +125,6 @@ onMounted(() => {
-o-user-select: none;
user-select: none;
color: #3d4d66;
// font: normal 12px Helvetica Neue,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,,Heiti,,sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-decoration: none;

View File

@ -558,7 +558,6 @@ onMounted(() => {
.copy-link {
font-weight: 400;
font-family: PingFang SC;
.open-share {
margin: -18px 0 8px 0;

View File

@ -33,7 +33,6 @@ const { t } = useI18n()
padding-top: 24px;
.user-center-container {
display: flex;
font-family: PingFang SC;
font-style: normal;
}
@ -55,7 +54,6 @@ const { t } = useI18n()
.tabs-title {
padding-left: 8px;
color: #8d9199;
font-family: PingFang SC;
font-size: 14px;
font-style: normal;
font-weight: 500;
@ -85,7 +83,6 @@ const { t } = useI18n()
}
.info {
font-family: PingFang SC;
font-style: normal;
font-weight: 400;
width: 80%;
@ -163,7 +160,6 @@ const { t } = useI18n()
</style>
<style lang="less">
.qr-code-dialog {
font-family: PingFang SC;
font-style: normal;
.ed-dialog__body {
display: flex;

View File

@ -286,7 +286,6 @@ onMounted(() => {
.router-title {
color: #1f2329;
font-feature-settings: 'clig' off, 'liga' off;
font-family: PingFang SC;
font-size: 20px;
font-style: normal;
font-weight: 500;