feat:删除作业和信箱的大图
This commit is contained in:
parent
12c6f0759b
commit
9c91889597
@ -97,12 +97,7 @@ const startDoWork = () => {
|
|||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<div class="uncomplete">
|
<div class="uncomplete">
|
||||||
<div
|
<div class="book">
|
||||||
class="book"
|
|
||||||
:style="{
|
|
||||||
'background-image': `url(${OSS_URL}/urm/book_bg.svg)`,
|
|
||||||
}"
|
|
||||||
>
|
|
||||||
<template v-if="paperList.length">
|
<template v-if="paperList.length">
|
||||||
<div class="book-sidebar-box">
|
<div class="book-sidebar-box">
|
||||||
<div class="book-sidebar hidden_scroll">
|
<div class="book-sidebar hidden_scroll">
|
||||||
@ -240,18 +235,20 @@ const startDoWork = () => {
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
width: 133.5vh;
|
width: 133.5vh;
|
||||||
height: 94vh;
|
height: 94vh;
|
||||||
left: 300px;
|
left: 290px;
|
||||||
top: 6.67vh;
|
top: 4.67vh;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: top left;
|
background-position: top left;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
padding: 10vh 11.67vh 6.33vh 9vh;
|
padding: 9vh 2vh 2vh 7vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
&-sidebar {
|
&-sidebar {
|
||||||
width: 36.67vh;
|
width: 39.67vh;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
background-color: #81eaf0;
|
||||||
|
padding: 1.5vh;
|
||||||
&-item {
|
&-item {
|
||||||
padding: 0.83vh;
|
padding: 0.83vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -307,9 +304,9 @@ const startDoWork = () => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
&-main {
|
&-main {
|
||||||
margin-left: 5.83vh;
|
padding: 1.33vh 2.8vh 0;
|
||||||
padding-top: 1.33vh;
|
|
||||||
width: calc(100% - 3.33vh);
|
width: calc(100% - 3.33vh);
|
||||||
|
background-color: #fff;
|
||||||
.info {
|
.info {
|
||||||
padding: 1.33vh 0;
|
padding: 1.33vh 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@ -244,12 +244,7 @@ onUnmounted(() => {
|
|||||||
<template>
|
<template>
|
||||||
<div class="uncomplete">
|
<div class="uncomplete">
|
||||||
<div v-if="!initLoading" class="hidden_scroll">
|
<div v-if="!initLoading" class="hidden_scroll">
|
||||||
<div
|
<div class="book">
|
||||||
class="book"
|
|
||||||
:style="{
|
|
||||||
'background-image': `url(${OSS_URL}/urm/book_bg.svg)`,
|
|
||||||
}"
|
|
||||||
>
|
|
||||||
<template v-if="mailList.length && !pageLoading">
|
<template v-if="mailList.length && !pageLoading">
|
||||||
<div class="book-left">
|
<div class="book-left">
|
||||||
<div
|
<div
|
||||||
@ -462,18 +457,16 @@ onUnmounted(() => {
|
|||||||
.book {
|
.book {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
@include book_style;
|
@include book_style;
|
||||||
// margin: 0 20px 0 186px;
|
// padding: 7.5vh 11.17vh 6.33vh 8.67vh;
|
||||||
background-repeat: no-repeat;
|
padding-left: 6vh;
|
||||||
background-position: top left;
|
|
||||||
|
|
||||||
background-size: 100%;
|
|
||||||
padding: 7.5vh 11.17vh 6.33vh 8.67vh;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
&-left {
|
&-left {
|
||||||
width: 37.75vh;
|
width: 40.75vh;
|
||||||
|
padding: 1.5vh;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
background-color: #81eaf0;
|
||||||
}
|
}
|
||||||
.mail-num {
|
.mail-num {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@ -597,11 +590,11 @@ onUnmounted(() => {
|
|||||||
&-main {
|
&-main {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
margin-left: 5.33vh;
|
padding: 3.33vh 2.8vh 0;
|
||||||
padding-top: 3.33vh;
|
|
||||||
width: calc(100% - 40vh);
|
width: calc(100% - 40vh);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
background-color: #fff;
|
||||||
.info {
|
.info {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
padding: 1.33vh 0;
|
padding: 1.33vh 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user