|
@@ -565,8 +565,8 @@ export default {
|
|
|
<style lang="scss">
|
|
<style lang="scss">
|
|
|
.share {
|
|
.share {
|
|
|
.QRcodes {
|
|
.QRcodes {
|
|
|
- width: 40px; /* 固定像素尺寸 */
|
|
|
|
|
- height: 40px;
|
|
|
|
|
|
|
+ width: 45px; /* 固定像素尺寸 */
|
|
|
|
|
+ height: 45px;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
background: #ffffff;
|
|
background: #ffffff;
|
|
|
image-rendering: crisp-edges;
|
|
image-rendering: crisp-edges;
|
|
@@ -575,14 +575,14 @@ export default {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
- border-radius: 6px;
|
|
|
|
|
|
|
+ border-radius: 3px;
|
|
|
.logo {
|
|
.logo {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
top: 50%;
|
|
top: 50%;
|
|
|
left: 50%;
|
|
left: 50%;
|
|
|
transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
|
- width: 20px;
|
|
|
|
|
- height: 20px;
|
|
|
|
|
|
|
+ width: 10px;
|
|
|
|
|
+ height: 10px;
|
|
|
img {
|
|
img {
|
|
|
object-fit: contain;
|
|
object-fit: contain;
|
|
|
}
|
|
}
|