guhongwei 2 năm trước cách đây
mục cha
commit
a319a4d390
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      src/layout/Header.vue

+ 4 - 1
src/layout/Header.vue

@@ -4,7 +4,10 @@
       <el-col :span="24" class="main header">
         <el-col :span="24" class="one">
           <el-col :span="8" class="left">
-            <el-image src="https://broadcast.waityou24.cn/files/point/indexModule/20221010124133.png" style="height: 32px; width: 32px"></el-image>
+            <el-image
+              src="https://broadcast.waityou24.cn/files/point/indexModule/20221010124133.png"
+              style="height: 32px; width: 32px; border-radius: 90px; top: 5px"
+            ></el-image>
             <!-- <span @click="collapseChage">
               <i v-if="!collapse" class="el-icon-s-fold"></i>
               <i v-else class="el-icon-s-unfold"></i>