Browse Source

fix: 周日报工作量分配样式调整

qiny 1 year ago
parent
commit
754ed693e7

+ 1 - 1
client/src/views/OaSystem/personnelManagement/components/AmountOfWork.vue

@@ -311,7 +311,7 @@ const openDialog = (id) => {
 <style lang="scss" scoped>
 .WorkHoursSelect {
   width: 100%;
-  height: calc(100% - 110px);
+  height: calc(100% - 140px);
   display: flex;
 
   .select-title {