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 {
|
||||
|
|
|
@ -21,3 +21,13 @@
|
|||
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