feat: 修改样式

index
guofei 2024-06-03 15:18:05 +08:00
parent 19c5d15843
commit 4cf39c1734
3 changed files with 27 additions and 17 deletions

View File

@ -87,7 +87,7 @@
position: absolute;
right: 40px;
top: 30px;
z-index: 9999;
z-index: 1000;
}
.language-select-container .language-select {

View File

@ -1,23 +1,33 @@
.deviceFrameContainer {
width: 100%;
flex: 1 1 0%;
align-items: center;
position: relative;
display: flex;
height: 100vh;
justify-content: center;
overflow: hidden;
width: 100%;
flex: 1 1 0%;
align-items: center;
position: relative;
display: flex;
height: 100vh;
justify-content: center;
overflow: hidden;
}
.refreshButton {
position: absolute;
left: 30px;
bottom: 30px;
cursor: pointer;
position: absolute;
left: 30px;
bottom: 30px;
cursor: pointer;
}
.qrCode {
position: absolute;
right: 40px;
top: 100px;
position: absolute;
right: 40px;
top: 100px;
}
.qrCode p {
display: flex;
align-items: center;
padding-left: 23px;
}
.qrCode img {
margin-left: 6px;
}

View File

@ -8,7 +8,7 @@
"noAuth": "无权限访问,请切换账号",
"horizontal": "横屏",
"vertical": "竖屏",
"scan": "扫一扫,手机预览",
"scan": "手机预览",
"none": "无",
"start": "开头",
"middle": "中间",