Commit 12217cfe authored by 罗超's avatar 罗超

1

parent 7c19fd94
...@@ -157,8 +157,7 @@ ...@@ -157,8 +157,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
width: 1010px; width: 1010px;
height: calc(100vh - 520px); padding: 15px 17px;
padding: 15px 17px 0 17px;
background-color: #f4f4f6; background-color: #f4f4f6;
overflow: auto; overflow: auto;
box-sizing: border-box; box-sizing: border-box;
......
This diff is collapsed.
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
<span>{{Data.EnterpriseName}}</span> <span>{{Data.EnterpriseName}}</span>
</div> </div>
<!-- 账号 --> <!-- 账号 -->
<div class="q-my-sm" v-if="editField=='Account'"> <!-- <div class="q-my-sm" v-if="editField=='Account'">
<div class="flex justify-between items-center q-mb-sm"> <div class="flex justify-between items-center q-mb-sm">
<span>账号</span> <span>账号</span>
<div> <div>
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
<div class="flex justify-between items-center q-my-lg" v-else @click="showEdit('Account')"> <div class="flex justify-between items-center q-my-lg" v-else @click="showEdit('Account')">
<span>账号</span> <span>账号</span>
<span>{{Data.Account}}</span> <span>{{Data.Account}}</span>
</div> </div> -->
<!-- 详细地址 --> <!-- 详细地址 -->
<div class="q-my-sm" v-if="editField=='Address'"> <div class="q-my-sm" v-if="editField=='Address'">
<div class="flex justify-between items-center q-mb-sm"> <div class="flex justify-between items-center q-mb-sm">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment