浏览代码

fix: 周日报样式问题修复

qiny 1 年之前
父节点
当前提交
39618d7e19

+ 11 - 8
client/src/views/OaSystem/personnelManagement/dailyCenter/dailyCenter.vue

@@ -1,5 +1,5 @@
 <template>
-  <div class="dailyCenterBox">
+  <div class="oa-sys-list-view">
     <h4 class="title">工作日志填报</h4>
     <div class="box">
       <div class="calendarBox">
@@ -40,13 +40,16 @@ const dateOnChange = (date) => {
 </script>
 
 <style lang="scss" scoped>
-.dailyCenterBox {
-  width: 100%;
-  margin-top: 35px;
-  height: calc(100% - 35px);
-  background-color: #fff;
-  border-radius: 20px;
-  padding: 30px;
+// .dailyCenterBox {
+//   width: 100%;
+//   margin-top: 35px;
+//   height: calc(100% - 35px);
+//   background-color: #fff;
+//   border-radius: 20px;
+//   padding: 30px;
+//   position: relative;
+// }
+.oa-sys-list-view {
   position: relative;
 
   .title {

+ 1 - 1
client/src/views/OaSystem/personnelManagement/dailyCenter/editorDetail.vue

@@ -200,7 +200,7 @@ const sendReportHandle = async (isTemp) => {
     }
   }
   .footBox {
-    height: 100%;
+    // height: 100%;
     margin-top: 20px;
     text-align: right;
   }

+ 1 - 1
client/src/views/OaSystem/personnelManagement/weeklyCenter/editorDetail.vue

@@ -222,7 +222,7 @@ const sendReportHandle = async (isTemp) => {
   }
   .footBox {
     flex: 1;
-    height: 100%;
+    // height: 100%;
     margin-top: 20px;
     text-align: right;
   }

+ 10 - 8
client/src/views/OaSystem/personnelManagement/weeklyCenter/weeklyCenter.vue

@@ -1,5 +1,5 @@
 <template>
-  <div class="dailyCenterBox">
+  <div class="oa-sys-list-view">
     <h4 class="title">工作周报填报</h4>
     <div class="box">
       <div class="calendarBox">
@@ -37,13 +37,15 @@ const onChange = (data) => {
 </script>
 
 <style lang="scss" scoped>
-.dailyCenterBox {
-  width: 100%;
-  margin-top: 35px;
-  height: calc(100% - 35px);
-  background-color: #fff;
-  border-radius: 20px;
-  padding: 30px;
+// .dailyCenterBox {
+//   width: 100%;
+//   margin-top: 35px;
+//   height: calc(100% - 35px);
+//   background-color: #fff;
+//   border-radius: 20px;
+//   padding: 30px;
+// }
+.oa-sys-list-view {
   position: relative;
 
   .title {