scorpioyq il y a 2 ans
Parent
commit
f708675935

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 1
src/assets/svg/task/leave.svg


+ 1 - 1
src/assets/svg/task/stay.svg

@@ -1 +1 @@
-<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1692344969101" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="20171" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M832 448h-64v-32c0-52.8-43.2-96-96-96H160c-52.8 0-96 43.2-96 96v288c0 140.8 115.2 256 256 256h192c125.676 0 230.947-91.783 252.115-211.627C783.825 760.793 807.11 768 832 768c70.4 0 128-57.6 128-128v-64c0-70.4-57.6-128-128-128zM352 832c-88.366 0-160-71.634-160-160 0-17.673 14.327-32 32-32s32 14.327 32 32c0 53.019 42.981 96 96 96 17.673 0 32 14.327 32 32 0 17.673-14.327 32-32 32z m544-192c0 35.2-28.8 64-64 64s-64-28.8-64-64V512h64c35.2 0 64 28.8 64 64v64zM224 256c17.6 0 32-14.4 32-32V96c0-17.6-14.4-32-32-32s-32 14.4-32 32v128c0 17.6 14.4 32 32 32zM416 256c17.6 0 32-14.4 32-32V96c0-17.6-14.4-32-32-32s-32 14.4-32 32v128c0 17.6 14.4 32 32 32zM608 256c17.6 0 32-14.4 32-32V96c0-17.6-14.4-32-32-32s-32 14.4-32 32v128c0 17.6 14.4 32 32 32z" p-id="20172" fill="#8a8a8a"></path></svg>
+<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1692602554786" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="38282" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M752 216h33.88C891 216 976 302.072 976 408s-85.008 192-190.12 192h-76.88C660.032 676.952 573.984 728 476 728h-56C267.568 728 144 604.432 144 452V208a32 32 0 0 1 32-32h544a32 32 0 0 1 32 32v8z m0 80v156c0 23.464-2.928 46.248-8.44 68h42.32C846.584 520 896 469.968 896 408s-49.416-112-110.12-112H752z m-568 504h560a40 40 0 1 1 0 80H184a40 40 0 1 1 0-80z" fill="#8a8a8a" p-id="38283"></path></svg>

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
src/assets/svg/task/trip.svg


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
src/assets/svg/task/work.svg


+ 6 - 6
src/views/dash/compoents/profile.vue

@@ -5,7 +5,7 @@
       <div class="mt-10 ml-20">
         <el-avatar :src="user.info.avatarUrl" :size="100"></el-avatar>
       </div>
-      <div class="mt-10" style="margin-left: 33px">
+      <div class="mt-10 font-16 main-color bold ml-15">
         {{ user.info.nickName }}
       </div>
     </div>
@@ -61,25 +61,25 @@ export default {
         {
           icon: new URL('../../../assets/svg/task/work.svg', import.meta.url)
             .href,
-          tips: '沉迷工作',
+          tips: '工作',
           value: 0
         },
         {
           icon: new URL('../../../assets/svg/task/trip.svg', import.meta.url)
             .href,
-          tips: '出差',
+          tips: '出差',
           value: 1
         },
         {
           icon: new URL('../../../assets/svg/task/leave.svg', import.meta.url)
             .href,
-          tips: '休假',
+          tips: '休假',
           value: 2
         },
         {
           icon: new URL('../../../assets/svg/task/stay.svg', import.meta.url)
             .href,
-          tips: '休息',
+          tips: '空闲中',
           value: 3
         }
       ]
@@ -113,7 +113,7 @@ export default {
 
 <style lang="scss" scoped>
 .icon-task {
-  width: 38px;
+  width: 36px;
   height: 45px;
   object-fit: fill;
 }

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff