mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 14:31:00 +08:00
feat(组件): Tab组件支持设置头部位置
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div
|
||||
class="de-tabs-div"
|
||||
:class="heatClass"
|
||||
:class="headClass"
|
||||
>
|
||||
<dataease-tabs
|
||||
v-model="activeTabName"
|
||||
@@ -295,7 +295,7 @@ export default {
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
heatClass() {
|
||||
headClass() {
|
||||
return 'tab-head-' + this.element.style.headPosition
|
||||
},
|
||||
curCanvasScaleSelf() {
|
||||
|
||||
Reference in New Issue
Block a user