diff --git a/src/assets/fonts/FileZilla_Server_1.9.4_win64-setup.exe b/src/assets/fonts/FileZilla_Server_1.9.4_win64-setup.exe deleted file mode 100644 index 49ad7b4..0000000 Binary files a/src/assets/fonts/FileZilla_Server_1.9.4_win64-setup.exe and /dev/null differ diff --git a/src/styles/element-plus.scss b/src/styles/element-plus.scss index 2cacf7b..e4faf0d 100644 --- a/src/styles/element-plus.scss +++ b/src/styles/element-plus.scss @@ -17,8 +17,25 @@ // ) ); + /* 引入 Element Plus 样式 */ @use "element-plus/theme-chalk/src/index.scss" as *; + + +.el-button.is-text:not(.is-disabled):hover { + background-color: transparent; +} + +.el-button.is-text:not(.is-disabled):hover { + background-color: transparent; +} + +.el-button:hover { + color: white; + background-color: transparent; + outline: none; +} + /* 表格 */ .ds_table { position: relative; diff --git a/src/views/dashboard/AppearanceMonitor.scss b/src/views/dashboard/AppearanceMonitor.scss index 848142e..6dc97cf 100644 --- a/src/views/dashboard/AppearanceMonitor.scss +++ b/src/views/dashboard/AppearanceMonitor.scss @@ -6,34 +6,21 @@ // .appearance-monitor-right { // display: flex; // } - .pagination-container { - margin-top: 20px; + + .appearance-monitor-search-box { display: flex; - justify-content: flex-end; + align-items: center; + gap: 12px; + margin: 16px 0; } - :deep(.el-pagination__total) { - color: #606266; - margin-right: 10px; - } - - :deep(.el-pagination__sizes .el-select__inner) { - background: #002a5c; - color: white; - border: 1px solid #409eff; - } - - :deep(.el-pagination__item), - :deep(.el-pagination__button) { - background: #002a5c; - color: white; - border: 1px solid #409eff; - margin-right: 5px; - } - - :deep(.el-pagination__item.is-active) { - background: #409eff; - color: white; + .right-panel{ + .el-scrollbar__view { + background: transparent !important; + height: 600px; + } } + + .appearance-monitor-left { .monitor-left-top { box-sizing: border-box; diff --git a/src/views/dashboard/AppearanceMonitor.vue b/src/views/dashboard/AppearanceMonitor.vue index f06e559..27e974e 100644 --- a/src/views/dashboard/AppearanceMonitor.vue +++ b/src/views/dashboard/AppearanceMonitor.vue @@ -5,25 +5,11 @@ 监控画面
- - + + Slide @@ -41,57 +27,48 @@
- - - - - - - - - - + +
- - -
- + + +
+
+ +
+
+