forked from github/dataease
Merge pull request #9116 from dataease/pr@dev-v2_st
feat(仪表板): 支持批量拖拽字段
This commit is contained in:
commit
7400b6748d
@ -88,7 +88,6 @@ defineExpose({
|
|||||||
|
|
||||||
> :nth-child(1) {
|
> :nth-child(1) {
|
||||||
color: var(--deTextSecondary, #1f2329);
|
color: var(--deTextSecondary, #1f2329);
|
||||||
font-family: 'PingFang SC';
|
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
@ -2607,7 +2607,6 @@ const drop = (ev: MouseEvent, type = 'xAxis') => {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
color: #a6a6a6;
|
color: #a6a6a6;
|
||||||
font-family: PingFang SC;
|
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
@ -2620,6 +2619,10 @@ const drop = (ev: MouseEvent, type = 'xAxis') => {
|
|||||||
background: #1f23291a;
|
background: #1f23291a;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.item-dimension--dark:hover {
|
||||||
|
background: #ebebeb1a;
|
||||||
|
}
|
||||||
|
|
||||||
.ed-icon {
|
.ed-icon {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
@ -125,7 +125,6 @@ onMounted(() => {
|
|||||||
-o-user-select: none;
|
-o-user-select: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
color: #3d4d66;
|
color: #3d4d66;
|
||||||
// font: normal 12px Helvetica Neue,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Heiti,黑体,sans-serif;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -558,7 +558,6 @@ onMounted(() => {
|
|||||||
|
|
||||||
.copy-link {
|
.copy-link {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-family: PingFang SC;
|
|
||||||
|
|
||||||
.open-share {
|
.open-share {
|
||||||
margin: -18px 0 8px 0;
|
margin: -18px 0 8px 0;
|
||||||
|
@ -33,7 +33,6 @@ const { t } = useI18n()
|
|||||||
padding-top: 24px;
|
padding-top: 24px;
|
||||||
.user-center-container {
|
.user-center-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
font-family: PingFang SC;
|
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -55,7 +54,6 @@ const { t } = useI18n()
|
|||||||
.tabs-title {
|
.tabs-title {
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
color: #8d9199;
|
color: #8d9199;
|
||||||
font-family: PingFang SC;
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
@ -85,7 +83,6 @@ const { t } = useI18n()
|
|||||||
}
|
}
|
||||||
|
|
||||||
.info {
|
.info {
|
||||||
font-family: PingFang SC;
|
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
@ -163,7 +160,6 @@ const { t } = useI18n()
|
|||||||
</style>
|
</style>
|
||||||
<style lang="less">
|
<style lang="less">
|
||||||
.qr-code-dialog {
|
.qr-code-dialog {
|
||||||
font-family: PingFang SC;
|
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
.ed-dialog__body {
|
.ed-dialog__body {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -286,7 +286,6 @@ onMounted(() => {
|
|||||||
.router-title {
|
.router-title {
|
||||||
color: #1f2329;
|
color: #1f2329;
|
||||||
font-feature-settings: 'clig' off, 'liga' off;
|
font-feature-settings: 'clig' off, 'liga' off;
|
||||||
font-family: PingFang SC;
|
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
Loading…
Reference in New Issue
Block a user