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