工单&物料

This commit is contained in:
2022-11-17 08:55:51 +08:00
parent f01052d96f
commit d39bb981ec
10 changed files with 400 additions and 234 deletions

View File

@@ -7,7 +7,7 @@
* @FilePath: \mt-bus-fe\src\views\OperationalOverview\components\baseContainer\index.vue
-->
<template>
<div class="base-container" :style="{height: height * beilv + 'px', fontSize: 12 * beilv + 'px'}">
<div class="base-container" :style="{fontSize: 12 * beilv + 'px'}">
<div class="line" />
<div class="line line-vertical" />
<div class="line line-right" />
@@ -75,6 +75,7 @@ export default {
.base-container {
color: #fff;
width: 100%;
height: 100%;
background-color: rgba($color: #061027, $alpha: 0.15);
position: relative;
border: 2px solid;
@@ -138,8 +139,11 @@ export default {
font-size: 1.5em;
padding: .67em;
}
// .bar-content{
// padding: 1em;
// }
.bar-item {
height: 100%;
}
.bar-content{
height: calc(100% - 4em);
}
}
</style>