修试平衡表

This commit is contained in:
bb_pan 2025-03-25 14:17:40 +08:00
parent f1dd934e74
commit 282e8e78c0
3 changed files with 5 additions and 26 deletions

View File

@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1742881479198" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6451" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256"><path d="M653 294.8v164.8h-60V380c22.4-33.6 29.2-75.6 17.2-115h12.8c16.6-0.2 30 13.2 30 29.8z m256-42.2l-58.6-112.4c-5.2-10-15.4-16.2-26.6-16.2H558.4l22.2 60h225l42.2 80.8h-80.2c-16.6 0-30 13.4-30 30v155.4h60v-125.4h71c17.6 0 33.6-9.6 41.8-25 8-15 7.4-32.8-1.4-47.2zM427.2 852.4V484.6c0-7.4 3-14.6 8.4-19.6l103.6-98.2c25.2-23.8 33.6-60.2 21.6-92.6l-59.8-161c-4.4-11.8-15.6-19.6-28.2-19.6h-109.4c-16.6 0-30 13.4-30 30v112.8h-32V123.4c0-16.6-13.4-30-30-30H162c-12.6 0-23.8 7.8-28.2 19.6L74.2 274c-12 32.4-3.6 68.8 21.6 92.6l103.6 98.2c5.4 5 8.4 12.2 8.4 19.6v367.8c0 16.6 13.4 30 30 30h159.4c16.4 0.2 30-13.4 30-29.8z m-159.4-367.8c0-23.8-9.8-46.8-27.2-63.2l-103.6-98.2c-7.6-7.2-10.2-18.4-6.6-28.2l52.4-141.4h58.4v112.8c0 16.6 13.4 30 30 30h92c16.6 0 30-13.4 30-30V153.4H452l52.4 141.4c3.6 9.8 1 21-6.6 28.2l-103.6 98.2c-17.2 16.4-27.2 39.4-27.2 63.2v337.8h-99.4V484.6z m425.6 354.2c16.6 0 30-13.4 30-30v-90c0-16.6-13.4-30-30-30s-30 13.4-30 30v90c0 16.6 13.4 30 30 30z m104.4 0c16.6 0 30-13.4 30-30v-90c0-16.6-13.4-30-30-30s-30 13.4-30 30v90c0 16.6 13.4 30 30 30zM955.2 626H928v235.2c0 38.2-31.2 69.4-69.4 69.4h-226c-38.2 0-69.4-31.2-69.4-69.4V626H536v-60h86.8v-45.6c0-16.6 13.4-30 30-30h185.6c16.6 0 30 13.4 30 30V566h86.8v60z m-272.4-60h125.6v-15.6h-125.6v15.6z m185 60H623.4v235.2c0 5.2 4.2 9.4 9.4 9.4h225.8c5.2 0 9.4-4.2 9.4-9.4V626z" p-id="6452" fill="#ffffff"></path></svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -28,7 +28,7 @@ export default {
} }
}, },
mounted() { mounted() {
console.log('card-model', this.state) // console.log('card-model', this.state)
}, },
methods: { methods: {

View File

@ -59,7 +59,7 @@
<el-table-column <el-table-column
v-for="(column, index) in tableColumns" v-for="(column, index) in tableColumns"
show-overflow-tooltip show-overflow-tooltip
:key="column.prop" :key="index"
:label="column.label" :label="column.label"
:prop="column.prop" :prop="column.prop"
align="center" align="center"
@ -125,7 +125,7 @@ export default {
{ {
title: '报废数量', title: '报废数量',
theme: '#bfbf00', theme: '#bfbf00',
icon: 'penning_store', icon: 'scrapped',
isReduce: true, isReduce: true,
num: '16.5', num: '16.5',
count: 842390 count: 842390
@ -227,29 +227,7 @@ export default {
.card-box { .card-box {
display: flex; display: flex;
height: 110px; height: 110px;
.title-card {
padding: 16px 0;
margin-right: 14px;
writing-mode: vertical-rl;
letter-spacing: 4px;
font-size: 14px;
}
.card-box-content-1 {
flex: 1;
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 12px;
margin-right: -12px;
.card-box-space-last {
grid-column: span 2;
display: grid;
grid-template-columns: repeat(3, 1fr);
align-items: center;
gap: 6px;
}
}
.card-box-content { .card-box-content {
flex: 1; flex: 1;
display: grid; display: grid;