|
@@ -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 {
|