|
|
|
@ -377,10 +377,9 @@ |
|
|
|
<!-- --> |
|
|
|
<div class="btn"> |
|
|
|
<img |
|
|
|
src="@/assets/images/currentuser.png" |
|
|
|
src="@/assets/images/currentuser2.png" |
|
|
|
alt="" |
|
|
|
class="currentuser" |
|
|
|
style="background-color:red;" |
|
|
|
/> |
|
|
|
当前用户:{{ user }} |
|
|
|
<!-- <i class="el-icon-arrow-down el-icon--right"></i> --> |
|
|
|
@ -766,7 +765,7 @@ export default { |
|
|
|
right: 2%; |
|
|
|
top: 10px; |
|
|
|
color: #000; |
|
|
|
background-color: #2bca84; |
|
|
|
font-size: 18px; |
|
|
|
z-index: 99; |
|
|
|
} |
|
|
|
.registrationimgimges { |
|
|
|
@ -860,7 +859,10 @@ export default { |
|
|
|
/* justify-content: space-between; */ |
|
|
|
flex-flow: 1; |
|
|
|
} |
|
|
|
|
|
|
|
::v-deep .el-card__body { |
|
|
|
height: 90vh; |
|
|
|
overflow-y: auto; |
|
|
|
} |
|
|
|
.maintitle { |
|
|
|
font-size: 20px; |
|
|
|
font-weight: 700; |
|
|
|
|