diff --git a/src/views/standardsAssociation/BasicInfo.vue b/src/views/standardsAssociation/BasicInfo.vue
index 99120dd..8d365a8 100644
--- a/src/views/standardsAssociation/BasicInfo.vue
+++ b/src/views/standardsAssociation/BasicInfo.vue
@@ -30,7 +30,7 @@
本企业信息
-
+
编辑
@@ -217,10 +217,15 @@ export default {
position: absolute;
top: 12px;
right: 5px;
+ /deep/.edit-btn{
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ }
img{
- width: 18px;
- height: 18px;
- margin-left: 3px;
+ width: 12px;
+ height: 12px;
+ margin-left: 10px;
}
}
diff --git a/src/views/system/AccountCenter.vue b/src/views/system/AccountCenter.vue
index b010078..f8c5f45 100644
--- a/src/views/system/AccountCenter.vue
+++ b/src/views/system/AccountCenter.vue
@@ -6,7 +6,7 @@
个人中心
-
+
编辑
@@ -159,7 +159,6 @@ export default {
.title {
position: relative;
padding-left: 10px;
-
&-text {
font-size: 16px;
font-family: NotoSansHans, NotoSansHans-Regular;
@@ -179,10 +178,15 @@ export default {
}
&-icon {
+ width: 12px;
height: 12px;
margin-left: 10px;
}
}
+ .edit-btn{
+ display: flex;
+ align-items: center;
+ }
}