diff --git a/src/assets/img/publicImage/back-icon.png b/src/assets/img/publicImage/back-icon.png
new file mode 100644
index 0000000..f2bc9b8
Binary files /dev/null and b/src/assets/img/publicImage/back-icon.png differ
diff --git a/src/components/checkGroup/checkBoxGroup.vue b/src/components/checkGroup/checkBoxGroup.vue
index 01c3a4b..2c7801c 100644
--- a/src/components/checkGroup/checkBoxGroup.vue
+++ b/src/components/checkGroup/checkBoxGroup.vue
@@ -161,6 +161,11 @@ defineExpose({
.select-module-box {
padding: 25px 20px 20px 20px;
+ /deep/ .el-checkbox-group {
+ display: flex;
+ flex-wrap: wrap;
+ }
+
.top-box {
display: flex;
align-items: center;
diff --git a/src/components/detail/breadcrumb.vue b/src/components/detail/breadcrumb.vue
index 5f87f45..6329434 100644
--- a/src/components/detail/breadcrumb.vue
+++ b/src/components/detail/breadcrumb.vue
@@ -62,7 +62,7 @@
转发
+ :title="data.data.info['subject']">
diff --git a/src/components/public/backToTop.vue b/src/components/public/backToTop.vue
new file mode 100644
index 0000000..dada9b3
--- /dev/null
+++ b/src/components/public/backToTop.vue
@@ -0,0 +1,40 @@
+
+
+

+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/seachModule/seachModule.vue b/src/components/seachModule/seachModule.vue
index de1d4bc..f5bd5df 100644
--- a/src/components/seachModule/seachModule.vue
+++ b/src/components/seachModule/seachModule.vue
@@ -268,7 +268,7 @@ defineExpose({
}
.btn-qrcode {
- width: 250px;
+ height: 365px;
position: absolute;
right: 0;
top: 58px;
@@ -277,17 +277,17 @@ defineExpose({
}
.btn-qrcode .bj {
- width: 100%;
+ height: 100%;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2784313725490196);
border-radius: 10px;
}
.btn-qrcode .QR-code{
position: absolute;
- width: 80px;
- height: 80px;
+ width: 100px;
+ height: 110px;
border-radius: 50%;
- bottom: 60px;
+ bottom: 86px;
left: 50%;
transform: translateX(-50%);
}
diff --git a/src/components/user/systematic-notification-pop.vue b/src/components/user/systematic-notification-pop.vue
index 8bc4d56..f7a71e0 100644
--- a/src/components/user/systematic-notification-pop.vue
+++ b/src/components/user/systematic-notification-pop.vue
@@ -47,7 +47,7 @@
-
+
@@ -66,7 +66,7 @@
去认证
-
+
@@ -93,7 +93,7 @@
去认证
-
+
@@ -377,21 +377,21 @@ const goDetail = (uniqid, status) => {
}
.btn-qrcode {
- width: 250px;
+ height: 365px;
margin: 0 auto;
.bj {
- width: 100%;
+ height: 100%;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2784313725490196);
border-radius: 10px;
}
.QR-code {
position: absolute;
- width: 80px;
- height: 80px;
+ width: 110px;
+ height: 110px;
border-radius: 50%;
- bottom: 60px;
+ bottom: 86px;
left: 50%;
transform: translateX(-50%);
}
diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue
index d874cc1..b58ad7a 100644
--- a/src/views/HomeView.vue
+++ b/src/views/HomeView.vue
@@ -187,6 +187,8 @@
+
+