Merge pull request 'feat: 任务审批页面调整为1440*1100' (#105) from feat/ui_hw into test

Reviewed-on: #105
pull/107/head
刘释隆 1 year ago
commit e48c729bc0

@ -245,7 +245,7 @@ export default defineComponent({
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
padding: 0; padding: 0;
height: 64px; height: 62px;
transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
width: 100%; width: 100%;
z-index: 11; z-index: 11;

@ -47,8 +47,11 @@ const leftMenuWidth = computed(() => {
flex: auto; flex: auto;
background-image: url('../assets/images/bg.png'); background-image: url('../assets/images/bg.png');
background-size: cover; background-size: cover;
// height: 1100px;
// width: 1440px;
height: 100%; height: 100%;
max-height:1100px;
overflow: hidden;
.layout-sider { .layout-sider {
min-height: 100vh; min-height: 100vh;
border-right: 1px solid #dae4f3; border-right: 1px solid #dae4f3;

@ -251,9 +251,10 @@ const handleOk = (item: any) => {
<TaskList <TaskList
ref="taskListRef" ref="taskListRef"
:show-field-list="showFieldList" :show-field-list="showFieldList"
style="height: calc(100vh - 146px)" style="height: 811px"
class="work-sheet-list" class="work-sheet-list"
/> />
<!-- calc(100vh - 146px) -->
<CustomFieldModal <CustomFieldModal
ref="CustomFieldModalRef" ref="CustomFieldModalRef"
:review-type="reviewType" :review-type="reviewType"

@ -748,7 +748,9 @@ function switchBatch() {
background: #fff; background: #fff;
border-radius: 3px; border-radius: 3px;
border: 1px solid rgb(239, 239, 245); border: 1px solid rgb(239, 239, 245);
height: calc(100vh - 88px); height: 892px;
// 62+82+16
// height: 100%;
overflow-y: scroll; overflow-y: scroll;
&-header { &-header {

@ -12,7 +12,7 @@ function setAsideItemName(text) {
</script> </script>
<template> <template>
<div style="width: 100%"> <div style="width: 100%; ">
<div class="header"> <div class="header">
<DataHeader /> <DataHeader />
</div> </div>

Loading…
Cancel
Save