update 修改设备管理

This commit is contained in:
lb
2022-11-14 09:02:48 +08:00
parent d3da712572
commit b32012f12f
5 changed files with 44 additions and 22 deletions

View File

@@ -1,7 +1,9 @@
<template>
<header class="techy-header">
<img class="logo-img" src="./logo.png" alt="cnbm" />
<span class="techy-header__title">{{ headTitle }}</span>
<div class="center-header">
<img class="logo-img" src="./logo.png" alt="cnbm">
<span class="techy-header__title">{{ headTitle }}</span>
</div>
<!-- <div class="date">2022.10.14</div>
<div class="time">20:12:24</div> -->
@@ -102,11 +104,19 @@ export default {
/* background-position: bottom left 40px; */
/* background-size: cover; */
background-size: 100% 100%;
/* background-position: bottom left calc(100vw / 1920 * 40); */
background-position: bottom left calc(32px * var(--beilv));
background-position: bottom;
/* background-position: bottom left calc(32px * var(--beilv)); */
height: calc(96px * var(--beilv));
}
.center-header {
/* transform: translateX(calc(-18px * var(--beilv))); */
transform: translateX(-8%) translateY(18%);
display: flex;
justify-content: center;
align-items: center;
}
.logo-img {
width: calc(28px * var(--beilv));
}

View File

@@ -7,7 +7,7 @@
-->
<template>
<div class="visual-base-table-container">
<el-table class="techy-el-table" v-loading="isLoading" :data="renderData" border height="100%">
<el-table v-loading="isLoading" class="techy-el-table" :data="renderData" border height="100%">
<el-table-column
v-if="page && limit && showIndex"
prop="_pageIndex"
@@ -200,11 +200,12 @@ export default {
}
.visual-base-table-container >>> .el-table tbody tr:nth-child(odd) {
background-color: #0e203e90;
background-color: #0e203e;
/* background-color: #0e203e; */
}
.visual-base-table-container >>> .el-table tbody tr:nth-child(even),
.visual-base-table-container >>> .el-table thead {
background-color: #20376090;
background-color: #203760;
}
</style>

View File

@@ -76,6 +76,9 @@ export default {
color: rgba(255, 255, 255, 0.7);
font-size: calc(12px * var(--beilv));
line-height: 2;
text-align: left;
padding-left: calc(12px * var(--beilv));
padding-right: calc(12px * var(--beilv));
}
.tbody:last-child {