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

View File

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

View File

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