更新驾驶舱
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @Author: zwq
|
||||
* @Date: 2020-12-29 16:37:56
|
||||
* @LastEditors: zwq
|
||||
* @LastEditTime: 2022-10-25 16:39:57
|
||||
* @LastEditTime: 2022-11-03 08:58:07
|
||||
* @Description:
|
||||
-->
|
||||
<template>
|
||||
@@ -10,7 +10,7 @@
|
||||
<div
|
||||
v-for="i in areaArr"
|
||||
:key="i"
|
||||
:style="{ height: 135 * beilv + 'px', margin: 8 * beilv + 'px' + ' 0' }"
|
||||
:style="{ height: 135 * beilv + 'px', marginTop: 11 * beilv + 'px' }"
|
||||
class="area"
|
||||
>
|
||||
<el-row>
|
||||
@@ -53,13 +53,13 @@ export default {
|
||||
|
||||
<style scoped>
|
||||
.area {
|
||||
background: url('../../../assets/img/OperationalOverview/编组36.png') no-repeat;
|
||||
background-image: linear-gradient(to right, rgba(59, 76, 118,0.6), transparent);
|
||||
background-size: 100% 100%;
|
||||
padding: 5px 10px;
|
||||
margin: 3px 0;
|
||||
padding: 5px 0;
|
||||
padding-left: 15px;
|
||||
text-align: center;
|
||||
border-radius: 4px;
|
||||
background-color: rgb(0, 0, 0, 0.5);
|
||||
border: 1px dotted #5EC3D8;
|
||||
}
|
||||
.areaName {
|
||||
margin-top: 100%;
|
||||
@@ -68,7 +68,7 @@ export default {
|
||||
line-height: 30px;
|
||||
}
|
||||
.locationFlex{
|
||||
margin-left: 15px;
|
||||
margin-left: 25px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-content: space-between;
|
||||
|
||||
Reference in New Issue
Block a user