Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 6d9bb37

Browse files
committed
任务进度条背景色加深
1 parent aed69a9 commit 6d9bb37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/src/components/Table/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ export default {
268268
position: absolute;
269269
z-index: -1;
270270
height: 100%;
271-
background: rgba(40, 130, 214, 0.1);
271+
background: rgba(87, 197, 247, 0.2);
272272
transition: all 0.6s;
273273
}
274274
}

0 commit comments

Comments
 (0)