Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
loongten
dataease
Commits
3387ae9a
Unverified
Commit
3387ae9a
authored
3 years ago
by
fit2cloud-chenyw
Committed by
GitHub
3 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #2201 from dataease/pr@dev@style_panel_detail_divider
style: 仪表板预览头部分割线
parents
ab5b1be5
1050cce9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/src/views/panel/list/PanelViewShow.vue
+2
-2
frontend/src/views/panel/list/PanelViewShow.vue
with
2 additions
and
2 deletions
+2
-2
frontend/src/views/panel/list/PanelViewShow.vue
+
2
-
2
View file @
3387ae9a
...
...
@@ -13,9 +13,9 @@
<share-head
/>
</div>
</el-row>
<el-row
v-else
class=
"panel-design-head"
>
<el-row
v-else
class=
"panel-design-head"
style=
"border-bottom: 1px solid;border-bottom-color:#E6E6E6;"
>
<!--仪表板头部区域-->
<div
style=
"
border-bottom: 1px solid #dfe4ed;
height: 100%;"
>
<div
style=
"height: 100%;"
>
<el-col
:span=
"12"
style=
"text-overflow:ellipsis;overflow: hidden;white-space: nowrap;font-size: 14px"
>
<span>
{{
panelInfo
.
name
||
'
测试仪表板
'
}}
</span>
...
...
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