update
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<div class="title-d-right"> 累计运行时间:{{ dayTimeT }}</div>
|
||||
</div>
|
||||
<div class="body-d">
|
||||
<div class="central-screen-body-left" :class="[screenPath === '/screenLogin' ? 'central-screen-body-left-s' : '']">
|
||||
<div class="central-screen-body-left" :class="[screenPath === sPath ? 'central-screen-body-left-s' : '']">
|
||||
<!--服务详情数据-->
|
||||
<ServiceDetails
|
||||
theme="dark"
|
||||
@@ -427,7 +427,7 @@
|
||||
.central-screen-body-left-s {
|
||||
width: calc(100% / 6) !important;
|
||||
}
|
||||
.body-d-middle {
|
||||
.body-d-middle-s {
|
||||
width: calc(100% * 2 / 3) !important;
|
||||
}
|
||||
.body-d-right-s {
|
||||
|
||||
Reference in New Issue
Block a user