|
@@ -74,7 +74,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div v-show="editAttr !== 'none'" class="user-info-box dark-iview-input">
|
|
|
- <Icon type="md-close" class="close-edit-info" @click="editAttr = 'none'" />
|
|
|
+ <!-- <Icon type="md-close" class="close-edit-info" @click="editAttr = 'none'" /> -->
|
|
|
<!-- 编辑名称 -->
|
|
|
<div v-show="editAttr == 'name'" style="margin:auto;width:fit-content" :class="nameErr ? 'error-input' : ''">
|
|
|
<span>姓名:</span>
|
|
@@ -560,11 +560,10 @@ export default {
|
|
|
.user-info-box {
|
|
|
margin-top: 120px;
|
|
|
padding: 50px 50px;
|
|
|
+ height: -moz-fit-content;
|
|
|
height: fit-content;
|
|
|
- background: #535353;
|
|
|
- border: 1px solid #404040;
|
|
|
- border-radius: 6px;
|
|
|
- box-shadow: 0 0 10px 2px #000;
|
|
|
+ border-radius: 30px;
|
|
|
+ box-shadow: 0 0 10px 2px #171717;
|
|
|
position: relative;
|
|
|
color: white;
|
|
|
width: 700px;
|