feat: 修改样式
parent
19c5d15843
commit
4cf39c1734
|
@ -87,7 +87,7 @@
|
|||
position: absolute;
|
||||
right: 40px;
|
||||
top: 30px;
|
||||
z-index: 9999;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.language-select-container .language-select {
|
||||
|
|
|
@ -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;
|
||||
}
|
|
@ -8,7 +8,7 @@
|
|||
"noAuth": "无权限访问,请切换账号",
|
||||
"horizontal": "横屏",
|
||||
"vertical": "竖屏",
|
||||
"scan": "扫一扫,手机预览",
|
||||
"scan": "手机预览",
|
||||
"none": "无",
|
||||
"start": "开头",
|
||||
"middle": "中间",
|
||||
|
|
Loading…
Reference in New Issue