|
@@ -2,7 +2,7 @@
|
|
|
<div>
|
|
|
<div class="bigBox">
|
|
|
<div style="text-align: center;">
|
|
|
- <h2>装置关联模型管理</h2>
|
|
|
+ <h2 style="font-size: 20px;">装置关联模型管理</h2>
|
|
|
</div>
|
|
|
<div style="display: flex;justify-content: flex-start;align-items: center;height: 100%;">
|
|
|
<div style="height: 100%;width: calc(100% - 0px);position: relative;">
|
|
@@ -113,12 +113,12 @@ export default {
|
|
|
}
|
|
|
|
|
|
.setBox {
|
|
|
- width: calc(100% - 11%);
|
|
|
+ width: calc(100% - 14%);
|
|
|
height: calc(100% - 90%);
|
|
|
border: 1px solid #A3ADE0;
|
|
|
position: absolute;
|
|
|
top: 0px;
|
|
|
- left: calc(100% - 89.5%);
|
|
|
+ left: calc(100% - 86.5%);
|
|
|
z-index: 1;
|
|
|
background-color: #F7F8FB;
|
|
|
line-height: calc(600%);
|
|
@@ -141,7 +141,7 @@ export default {
|
|
|
text-align: center;
|
|
|
line-height: 24px;
|
|
|
border-top: 2px solid #255CE7;
|
|
|
- font-size: 1.8rem;
|
|
|
+ font-size: 20px;
|
|
|
margin-right: 5px;
|
|
|
cursor: pointer;
|
|
|
}
|