浏览代码

2021-11-04

East 3 年之前
父节点
当前提交
fbe0321b00
共有 2 个文件被更改,包括 9 次插入3 次删除
  1. 2 2
      src/views/Production/Production.vue
  2. 7 1
      src/views/Production/board/WorkItems.vue

+ 2 - 2
src/views/Production/Production.vue

@@ -1,7 +1,7 @@
 <!--
  * @Author: your name
  * @Date: 2021-10-21 17:51:22
- * @LastEditTime: 2021-10-27 11:05:42
+ * @LastEditTime: 2021-11-04 15:25:40
  * @LastEditors: Please set LastEditors
  * @Description: 生产经营页面
  * @FilePath: \hyyfScreen\src\views\Production\Production.vue
@@ -135,7 +135,7 @@
               </div>
               <div class="work-info-content-main">
                 <div class="history-title">内容</div>
-                <div class="main-content">发为敬哦i感觉二我i过呢我i蜂窝i返回</div>
+                <div class="main-content">我是内容</div>
               </div>
             </div>
           </div>

+ 7 - 1
src/views/Production/board/WorkItems.vue

@@ -1,7 +1,7 @@
 <!--
  * @Author: your name
  * @Date: 2021-10-26 14:46:34
- * @LastEditTime: 2021-10-27 10:59:55
+ * @LastEditTime: 2021-11-04 15:37:42
  * @LastEditors: Please set LastEditors
  * @Description: 工作看板
  * @FilePath: \hyyfScreen\src\views\Production\board\WorkItems.vue
@@ -118,6 +118,7 @@ export default {
   position: absolute;
   top: calc(15%);
   left: calc(15%);
+  background-size: contain;
 }
 .real-icon1 {
   background: url("../../../assets/Production/u5380.svg") no-repeat;
@@ -142,6 +143,11 @@ export default {
 }
 .real-icon8 {
   background: url("../../../assets/Production/u5477.svg") no-repeat;
+  background-size: contain;
+  /* width: 40%;
+  height: 40%; */
+  top: calc(10%);
+  left: calc(10%);
 }
 
 .name {