This commit is contained in:
闫晓茹 2024-07-16 11:40:29 +08:00
parent a9fd0a5eef
commit d2c9e77b88

View File

@ -1,7 +1,7 @@
<template> <template>
<div class="header"> <div class="headerrecord">
<div class="topheader"> <div class="topheaderrecord">
<div class="user"> <div class="userrecord">
<img <img
class="headsculpture" class="headsculpture"
src="../../../assets/manage/touxiang.png" src="../../../assets/manage/touxiang.png"
@ -824,7 +824,7 @@ export default {
} }
} }
.header { .headerrecord {
background-color: #f1f3f5; background-color: #f1f3f5;
padding-top: 10px; padding-top: 10px;
height: calc(100vh - 84px); height: calc(100vh - 84px);
@ -918,7 +918,7 @@ export default {
// } // }
} }
.topheader { .topheaderrecord {
width: 99%; width: 99%;
background-color: #fff; background-color: #fff;
margin: 0 auto; margin: 0 auto;
@ -941,7 +941,7 @@ export default {
} }
} }
.user { .userrecord {
width: 100%; width: 100%;
padding: 0 20px; padding: 0 20px;
display: flex; display: flex;