mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-12 20:23:46 +08:00
feat: adjust UI for task list page
This commit is contained in:
@@ -220,6 +220,29 @@
|
||||
padding 2px
|
||||
background-color #555555
|
||||
|
||||
.job-item-inner {
|
||||
position relative
|
||||
height 100%
|
||||
overflow hidden
|
||||
|
||||
.progress {
|
||||
position absolute
|
||||
width 100%
|
||||
height 100%
|
||||
top 0
|
||||
left 0
|
||||
display flex
|
||||
justify-content center
|
||||
align-items center
|
||||
background-color: rgba(0, 0, 0, 0.5)
|
||||
|
||||
span {
|
||||
font-size 20px
|
||||
color #ffffff
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.el-image {
|
||||
width 100%
|
||||
height 100%
|
||||
@@ -241,8 +264,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
.task-list-inner {
|
||||
|
||||
.finish-job-list {
|
||||
.job-item {
|
||||
margin-bottom 20px
|
||||
|
||||
@@ -277,8 +300,8 @@
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user