diff --git a/src/App.css b/src/App.css index ab91dee..45f0f3e 100644 --- a/src/App.css +++ b/src/App.css @@ -87,7 +87,7 @@ position: absolute; right: 40px; top: 30px; - z-index: 9999; + z-index: 1000; } .language-select-container .language-select { diff --git a/src/Components/deviceFrame/index.css b/src/Components/deviceFrame/index.css index 5cfde14..10411df 100644 --- a/src/Components/deviceFrame/index.css +++ b/src/Components/deviceFrame/index.css @@ -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; } \ No newline at end of file diff --git a/src/locales/zh.json b/src/locales/zh.json index 3a3a522..d24779e 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -8,7 +8,7 @@ "noAuth": "无权限访问,请切换账号", "horizontal": "横屏", "vertical": "竖屏", - "scan": "扫一扫,手机预览", + "scan": "手机预览", "none": "无", "start": "开头", "middle": "中间",