Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
loongten
dataease
Commits
60b3c855
Unverified
Commit
60b3c855
authored
3 years ago
by
fit2cloud-chenyw
Committed by
GitHub
3 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #2192 from dataease/pr@dev@style_panel_de_tabs_add
style: 仪表板选项卡头部右侧样式优化
parents
fb87f74b
c3c06812
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
frontend/src/components/widget/DeWidget/DeTabs.vue
+4
-1
frontend/src/components/widget/DeWidget/DeTabs.vue
frontend/src/styles/index.scss
+1
-1
frontend/src/styles/index.scss
with
5 additions
and
2 deletions
+5
-2
frontend/src/components/widget/DeWidget/DeTabs.vue
+
4
-
1
View file @
60b3c855
...
...
@@ -6,7 +6,7 @@
type=
"card"
style-type=
"radioGroup"
class=
"de-tabs-height"
:class=
"isEdit ? 'de-tabs-edit' : ''"
:class=
"is
Current
Edit ? '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
:
{
...
...
This diff is collapsed.
Click to expand it.
frontend/src/styles/index.scss
+
1
-
1
View file @
60b3c855
...
...
@@ -143,7 +143,7 @@ div:focus {
height
:
100vh
!
important
;
}
}
.de-tabs-edit
{
.de-tabs-edit
>
.el-tabs__header
{
padding-right
:
50px
!
important
;
}
.de-tabs
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help