From da21fe61c8d8d22ca1b6244b233fbce9e2dc5814 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期五, 27 十月 2023 09:16:35 +0800
Subject: [PATCH] 统计页面
---
src/App.vue | 22 ++++++++++------------
1 files changed, 10 insertions(+), 12 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 42c056c..32de82a 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -49,8 +49,8 @@
};
</script>
<style lang="scss">
-.userList{
- //height: 100%;
+body {
+ --operation-color: #409eff;
}
.el-select-dropdown__item {
height: 100% !important;
@@ -116,7 +116,6 @@
.el-dialog__body {
// background-color: #06122c;
}
-
.el-dialog__header {
display: flex;
align-items: center;
@@ -124,7 +123,6 @@
padding: 20px;
line-height: 60px;
}
-
.el-dialog__close {
width: 20px;
height: 20px;
@@ -137,10 +135,16 @@
#app {
.userList{
-
+ height: 100%;
+ overflow: auto;
}
.list{
-
+ height: 100%;
+ overflow: auto;
+ header{
+ background-color: transparent;
+ border: none
+ }
}
// 璁剧疆寮瑰嚭妗嗘牱寮�
.el-dialog__title {
@@ -151,28 +155,22 @@
background-color: #DCDFE6;
//border: 1px solid #DCDFE6;
}
-
// 璁剧疆table鏍峰紡
.el-table__empty-block {
// background-color: #09152f;
}
-
.el-table__empty-block {
color: #4b9bb7;
}
-
.el-table__empty-text {
color: #4b9bb7;
}
-
.el-table .warning-row {
// background: #06122c;
}
-
.el-table .success-row {
// background: #071f39;
}
-
.el-input__inner {
// background-color: #09152f;
// border: 1px solid #17324c;
--
Gitblit v1.8.0