Lijy 6 hónapja
szülő
commit
108047c282

+ 2 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/header/header.vue

@@ -80,7 +80,7 @@
   </el-drawer>
 
   <!-- 消息 -->
-  <el-drawer v-model="newsDrawer" modal-class="drawerVisClass" :with-header="false" size="45%">
+  <el-drawer v-model="newsDrawer" modal-class="drawerVisClass" :with-header="false" size="50%">
     <div class="w-full h-full flex flex-row" v-loading="newsDrawerLoading">
       <div class="w-full h-full">
         <el-table :data="newsDrawerTableData" style="flex1" border>
@@ -301,6 +301,7 @@ watchEffect(() => {
 <style scoped lang="scss">
 .messageStyle {
   margin: 15px;
+  margin-left: 100px;
 }
 .trademark {
   font-size: 20px;

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/login.vue

@@ -2,7 +2,7 @@
   <div class="loginView w-screen h-screen overflow-hidden flex">
     <div class="w-96 bg-white m-auto border-t-8 border-[#075985] shadow-xl rounded-md pl-9 pr-9">
       <div class="m-auto pt-4">
-        <img class="w-1/5 h-1/5 m-auto" :src="loginLogo" alt="">
+        <img class="w-1/5 m-auto" :src="loginLogo" alt="">
       </div>
       <h2 class="text-xl text-center pt-4 font-bold">客户管家</h2>
       <el-form class="pt-4" ref="ruleFormRef" :model="ruleForm" :rules="rules">