From 740f596cb7c5b5e3576ba8aab9c4cc5732b3ccf2 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期日, 08 十月 2023 08:39:24 +0800
Subject: [PATCH] 油烟-报警
---
src/views/systemSetting/device/handheldTerminal/index.vue | 78 +++++++++------------------------------
1 files changed, 18 insertions(+), 60 deletions(-)
diff --git a/src/views/systemSetting/device/handheldTerminal/index.vue b/src/views/systemSetting/device/handheldTerminal/index.vue
index 004e3ae..5830ed6 100644
--- a/src/views/systemSetting/device/handheldTerminal/index.vue
+++ b/src/views/systemSetting/device/handheldTerminal/index.vue
@@ -18,22 +18,26 @@
</el-option>
</el-select>
</div>
+
+ <div class="main-title">
+ <el-button
+ class="el-icon-plus button-addition"
+ type="primary"
+ @click="handleAdd"
+ >娣诲姞</el-button
+ >
+ </div>
</div>
</header>
<main>
<div class="main-content">
- <div class="main-title">
- <el-button class="el-icon-plus button-addition" type="primary" @click="handleAdd"
- >娣诲姞</el-button
- >
- </div>
<!-- 鏁版嵁灞曠ず -->
<el-table
- border
- stripe
+ border
+ stripe
ref="multipleTable"
:header-cell-style="{
- 'background':'#F5F5F5',
+ background: '#F5F5F5',
'font-weight': '650',
'line-height': '45px',
}"
@@ -240,9 +244,6 @@
// color: #4b9bb7;
border: 1px solid #ccc;
header {
- background-color: white;
- // border: 1pox solid #fff;
-
.header-content {
padding: 0;
display: flex;
@@ -260,27 +261,18 @@
.el-input {
flex: 2;
- // color: #1d3f57;
-
- // &::v-deep .el-input__inner {
- // background-color: #09152f;
- // border: 1px solid #17324c;
- // }
}
+ }
+
+ .main-title {
+ line-height: 60px;
+ padding: 0px;
}
}
}
main {
- // background-color: #09152f;
- //margin-top: 20px;
padding-bottom: 50px;
- //border: 1pox solid #fff;
-
- .main-title {
- line-height: 60px;
- padding:0px;
- }
.tools {
display: flex;
@@ -308,19 +300,6 @@
.el-select {
width: 120px;
}
-
- // &::v-deep .el-input__inner {
- // border: none;
- // background-color: #09152f;
- // }
-
- // &:hover {
- // border: 1px solid #4b9bb7;
- // }
-
- // &:hover .el-checkbox {
- // color: #4b9bb7;
- // }
}
}
@@ -329,29 +308,8 @@
display: flex;
line-height: 50px;
justify-content: center;
-
- .el-pagination {
- // &::v-deep li,
- // &::v-deep .btn-prev,
- // &::v-deep .btn-next {
- // background-color: #071f39;
- // color: #4b9bb7;
- // }
-
- // &::v-deep .active {
- // background-color: #409eff;
- // color: #fff;
- // }
- }
}
}
- // &::v-deep .warning-row {
- // background-color: #06122c;
- // }
-
- // &::v-deep .success-row {
- // background-color: #071f39;
- // }
.operationBox {
display: flex;
@@ -365,7 +323,7 @@
// font-size: 10px;
.operation {
display: flex;
-
+ color: var(--operation-color);
.line {
padding: 0 5px;
}
--
Gitblit v1.8.0