diff --git a/src/project/fengdu/AppStore/components/Evaluate.vue b/src/project/fengdu/AppStore/components/Evaluate.vue
index e4a5cb1..7189f0c 100644
--- a/src/project/fengdu/AppStore/components/Evaluate.vue
+++ b/src/project/fengdu/AppStore/components/Evaluate.vue
@@ -28,7 +28,9 @@
-

评价
+
+

评价
+
{{ item.shopName }}
@@ -206,18 +208,21 @@ export default {
width: calc(100% - 168px);
.right-btn {
position: absolute;
- top: 32px;
- right: 32px;
- width: 112px;
- line-height: 48px;
- background: #2D7DFF;
- border-radius: 24px;
- padding-left: 20px;
- box-sizing: border-box;
- font-family: PingFangSC-Regular;
- font-weight: 400;
- font-size: 24px;
- color: #FFF;
+ top: 0;
+ right: 0;
+ padding: 32px;
+ div {
+ width: 112px;
+ line-height: 48px;
+ background: #2D7DFF;
+ border-radius: 24px;
+ padding-left: 20px;
+ box-sizing: border-box;
+ font-family: PingFangSC-Regular;
+ font-weight: 400;
+ font-size: 24px;
+ color: #FFF;
+ }
img {
width: 28px;
height: 28px;
@@ -226,7 +231,7 @@ export default {
}
}
.store-name {
- width: calc(100% - 128px);
+ width: calc(100% - 192px);
line-height: 40px;
font-family: PingFangSC-Medium;
font-weight: 500;