some page ui optimization, add release v3.1.3

This commit is contained in:
RockYang
2023-09-20 11:39:11 +08:00
parent 22f7de2c09
commit fa42d03a65
17 changed files with 680 additions and 162 deletions

View File

@@ -206,7 +206,7 @@
}
.page-mj .inner .task-list-box .finish-job-list .job-item .opt .opt-line ul li a {
padding: 3px 0;
width: 50px;
width: 44px;
text-align: center;
border-radius: 5px;
display: block;
@@ -217,6 +217,10 @@
.page-mj .inner .task-list-box .finish-job-list .job-item .opt .opt-line ul li a:hover {
background-color: #6d6f78;
}
.page-mj .inner .task-list-box .finish-job-list .job-item .opt .opt-line ul .show-prompt {
font-size: 18px;
cursor: pointer;
}
.page-mj .inner .task-list-box .el-image {
width: 100%;
height: 100%;
@@ -248,6 +252,10 @@
.page-mj .inner .task-list-box .el-image.upscale img {
height: 304px;
}
.page-mj .inner .task-list-box .el-image.upscale .el-image-viewer__wrapper img {
width: auto;
height: auto;
}
.mj-list-item-prompt .el-icon {
margin-left: 10px;
cursor: pointer;

View File

@@ -263,7 +263,7 @@
a {
padding 3px 0
width 50px
width 44px
text-align center
border-radius 5px
display block
@@ -276,6 +276,11 @@
}
}
}
.show-prompt {
font-size 18px
cursor pointer
}
}
}
}