Merge pull request #7673 from dataease/pr@dev@fix_panel

Pr@dev@fix panel
This commit is contained in:
王嘉豪 2024-01-17 17:09:12 +08:00 committed by GitHub
commit 996230f046
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<template>
<el-tabs
ref="tabsConstom"
:class="['de-tabs',...tabClassName]"
:class="['de-tabs-component',...tabClassName]"
:style="tabStyle"
v-bind="$attrs"
v-on="$listeners"
@ -60,7 +60,7 @@ export default {
}
</script>
<style lang="scss">
@import "../../styles/de-tabs";
@import "../../styles/de-tabs-component";
</style>

View File

@ -131,7 +131,7 @@
v-model="textarea"
type="textarea"
:rows="2"
maxlength="10"
maxlength="20"
show-word-limit
:placeholder="$t('dataset.input_content')"
/>

View File

@ -2,7 +2,7 @@
项目中可根据自己的styles路径 自行更改 */
@import "./variables";
.de-tabs {
.de-tabs-component {
&.no-header {
.el-tabs__header {
display: none;