1
0
forked from dyf/APP

Revert "提交"

This reverts commit 8d97dcf121.
This commit is contained in:
2025-08-26 15:09:14 +08:00
parent b1ba355cb2
commit c9996748eb
3 changed files with 5 additions and 5 deletions

View File

@ -236,7 +236,7 @@
<style scoped>
.container {
min-height: 100vh;
background-color: #1A1D24;
background-color: rgb(18, 18, 18);
box-sizing: border-box;
overflow-x: hidden;
@ -280,7 +280,7 @@
}
.device-content {
background-color: rgba(30, 33, 40, 0.8);
background-color: rgb(26, 26, 26);
border-radius: 16rpx;
position: relative;
/* display: flex; */