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; position: absolute;
right: 40px; right: 40px;
top: 30px; top: 30px;
z-index: 9999; z-index: 1000;
} }
.language-select-container .language-select { .language-select-container .language-select {

View File

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

View File

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