udpate icon
This commit is contained in:
@@ -24,14 +24,14 @@
|
||||
:resizable="true"
|
||||
align="center"
|
||||
/>
|
||||
<el-table-column label="规格" prop="specs" :resizable="true" align="center" />
|
||||
<el-table-column label="完成度" prop="finished" :resizable="true" align="center">
|
||||
<el-table-column label="规格" prop="specs" :resizable="true" align="center" :width="100" />
|
||||
<el-table-column label="完成度" prop="finished" :resizable="true" align="center" :width="100">
|
||||
<template slot-scope="scope">
|
||||
<el-progress
|
||||
class="lb-progress-bar"
|
||||
type="circle"
|
||||
:percentage="scope.row.finished"
|
||||
:width="18"
|
||||
:width="14"
|
||||
:stroke-width="2"
|
||||
color="#47FF27"
|
||||
/>
|
||||
@@ -167,6 +167,6 @@ export default {
|
||||
}
|
||||
.lb-progress-bar >>> .el-progress__text {
|
||||
color: #fff9;
|
||||
left: -75%;
|
||||
left: -85%;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user