Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2024-11-12 17:05:23 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3e1151d151cdeb3ab2c8f6034c253ca9924b72ad
3e1151d1
1 parent
1644f03b
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/DividerField/index.vue
src/components/DividerField/index.vue
View file @
3e1151d
...
...
@@ -43,7 +43,7 @@
<div class="sep-bg-wrapper">
<div class="sep-bg" :style="{ borderColor: item.component_props.theme_color }"></div>
</div>
<div class="sep-label"
style="background-color: rgb(250, 129, 24);
">
<div class="sep-label"
:style="{ backgroundColor: item.component_props.theme_color}
">
<span v-if="!item.component_props.hide_label">{{ item.component_props.label }}</span>
</div>
</div>
...
...
Please
register
or
login
to post a comment