Merge pull request 'fix:样式修改' (#330) from fix/change_task into test

Reviewed-on: #330
pull/331/head
yaoshuli 1 year ago
commit 0cc725575a

@ -404,12 +404,12 @@ function handleOk(item: any) {
padding-bottom: 47px !important;
}
::v-deep(.list){
height: calc(100vh - 218px);
height: calc(100vh - 253px);
background: #fff
}
@media (max-height: 900px) {
::v-deep(.list){
height: calc(100vh - 220px);
height: calc(100vh - 234px);
background: #fff
}}
</style>

@ -52,5 +52,9 @@ function setAsideItemName(text) {
width: 100%;
height: calc(100vh - 192px);
}
@media (max-height: 900px) {
.main{
height: calc(100vh - 175px);
}}
</style>

@ -504,7 +504,8 @@ padding-top: 24px;
padding-left: 22px;
display: flex;
margin-top: 12px;
margin-bottom: -4px;
margin-bottom: 12px;
margin-left: -12px;
}
.tag {

@ -131,6 +131,7 @@ defineExpose({
<template>
<n-modal :show="show" transform-origin="center" class="modal_wrap">
<div class="wrapper">
<div class="aidog"></div>
<div class="closed">
<SvgIcon style="cursor: pointer" name="cut-down" width="32" @click="closeModal" />
</div>
@ -211,7 +212,7 @@ defineExpose({
// width: 700px;
// height: 500px;
width: 510px;
height: 361px;
height: 311px;
box-shadow: none !important;
}
.wrapper {
@ -221,11 +222,15 @@ defineExpose({
.closed {
position: relative;
top: 0px;
top: -53px;
left: 93%;
}
.wrapper-hearder {
margin-top: 10px;
position: absolute;
top: 20.5px;
left: 0;
right: 0;
.wrapper-title {
text-align: center;
font-size: 16px;
@ -242,13 +247,13 @@ defineExpose({
text-align: center;
color: #666666;
line-height: 18px;
margin-top: 8px;
margin-top: 8.5px;
}
}
.wrapper-content {
flex: 1;
border-radius: 8px;
margin: 35px 50px 16px 48px;
margin: 55px 50px 16px 48px;
.item {
display: flex;
flex-flow: row nowrap;
@ -357,7 +362,22 @@ defineExpose({
color: #ffffff;
line-height: 26px;
font-style: italic;
position: absolute;
bottom: 16px;
margin: auto;
left: 0;
right: 0;
}
}
.aidog{
position: absolute;
top: -65px;
left: -35px;
width: 107px;
height: 98.5px;
background-image: url("../../../assets/images/tishi.png");
background-repeat: no-repeat;
background-size: 100%;
}
}
</style>

Loading…
Cancel
Save