- {{ period }}
+
成本使用率
+
+ 材料成本:
+ {{ materialCost.toFixed(2) }} 万元
+
+
\ No newline at end of file
+
+.bottom_box_title {
+ color: rgba(143, 171, 191, 1);
+ font-size: 14px;
+ line-height: 20px;
+ font-weight: bold;
+}
+
+.bottom_box_text {
+ color: rgba(143, 171, 191, 1);
+ font-size: 14px;
+ line-height: 20px;
+ margin-bottom: 5px;
+}
+
+.bottom_box_bottom {
+ width: 100%;
+ height: 8px;
+ margin: 5px 0;
+}
+
+.cost-item {
+ color: #fff;
+ font-size: 14px;
+ line-height: 26px;
+ display: flex;
+ justify-content: space-between;
+}
+
+.cost-label {
+ color: rgba(143, 171, 191, 1);
+}
+
+.cost-value {
+ font-weight: 500;
+ color: #fff;
+}
+
diff --git a/src/views/largeScreen/components/centerPage.vue b/src/views/largeScreen/components/centerPage.vue
index c70df28..6c9c8b2 100644
--- a/src/views/largeScreen/components/centerPage.vue
+++ b/src/views/largeScreen/components/centerPage.vue
@@ -35,126 +35,145 @@