mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 03:52:59 +08:00
style: 仪表板选项卡头部右侧样式优化
This commit is contained in:
parent
ce152ac0e6
commit
c3c0681293
@ -6,7 +6,7 @@
|
||||
type="card"
|
||||
style-type="radioGroup"
|
||||
class="de-tabs-height"
|
||||
:class="isEdit ? 'de-tabs-edit' : ''"
|
||||
:class="isCurrentEdit ? 'de-tabs-edit' : ''"
|
||||
:font-color="fontColor"
|
||||
:active-color="activeColor"
|
||||
:border-color="borderColor"
|
||||
@ -249,6 +249,9 @@ export default {
|
||||
},
|
||||
titleValid() {
|
||||
return !!this.textarea && !!this.textarea.trim()
|
||||
},
|
||||
isCurrentEdit() {
|
||||
return this.isEdit && this.curComponent && this.curComponent.id === this.element.id
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
|
@ -143,7 +143,7 @@ div:focus {
|
||||
height: 100vh !important;
|
||||
}
|
||||
}
|
||||
.de-tabs-edit {
|
||||
.de-tabs-edit>.el-tabs__header{
|
||||
padding-right: 50px !important;
|
||||
}
|
||||
.de-tabs {
|
||||
|
Loading…
Reference in New Issue
Block a user