Skip to content

Commit 3253831

Browse files
committed
update
1 parent 247123c commit 3253831

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

dist/element-rj-onc-dark.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

html/element-rj-onc-dark.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
</div>
9191
<div style="padding: 10px;">
9292
<el-table class="bg-table vve-table-bg-transaprent"
93-
:data="tableData" :border="true">
93+
:data="tableData" :border="true" stripe>
9494
<el-table-column
9595
prop="date"
9696
label="日期"

src/rj-themes/onc-dark/build.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31856,6 +31856,10 @@
3185631856
background-color: #212836
3185731857
}
3185831858

31859+
.el-table--striped .el-table__body tr.el-table__row--striped td {
31860+
background: rgba(#212836, 0.8)
31861+
}
31862+
3185931863
table {
3186031864
color: #9cbae4
3186131865
}

src/rj-themes/onc-dark/main.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
102102
}
103103
}
104104

105+
.el-table--striped .el-table__body tr.el-table__row--striped td {
106+
background: rgba(#212836, 0.8)
107+
}
108+
105109
table {
106110
color: $--table-font-color;
107111
}
@@ -149,3 +153,5 @@ table {
149153
.el-tabs__item:hover,.el-tabs__item.is-active {
150154
color: $--color-primary;
151155
}
156+
157+

0 commit comments

Comments
 (0)