feat: midjourney mobile page all function is ready

This commit is contained in:
RockYang
2024-02-16 15:55:04 +08:00
parent 49e9f41ef2
commit e268870636
13 changed files with 116 additions and 54 deletions

View File

@@ -131,3 +131,8 @@
right: 5px;
top: 5px;
}
.mobile-mj .content .finish-job-list .van-grid .van-grid-item .van-grid-item__content .job-item .remove .el-button {
margin-left: 5px;
height: auto;
padding: 5px;
}

View File

@@ -175,6 +175,12 @@
position absolute
right 5px
top 5px
.el-button {
margin-left 5px
height auto
padding 5px
}
}
}

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "iconfont"; /* Project id 4125778 */
src: url('iconfont.woff2?t=1705615887594') format('woff2'),
url('iconfont.woff?t=1705615887594') format('woff'),
url('iconfont.ttf?t=1705615887594') format('truetype');
src: url('iconfont.woff2?t=1708054962140') format('woff2'),
url('iconfont.woff?t=1708054962140') format('woff'),
url('iconfont.ttf?t=1708054962140') format('truetype');
}
.iconfont {
@@ -13,6 +13,10 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-prompt:before {
content: "\e6ce";
}
.icon-share-bold:before {
content: "\e626";
}

File diff suppressed because one or more lines are too long

View File

@@ -5,6 +5,13 @@
"css_prefix_text": "icon-",
"description": "",
"glyphs": [
{
"icon_id": "8017627",
"name": "prompt",
"font_class": "prompt",
"unicode": "e6ce",
"unicode_decimal": 59086
},
{
"icon_id": "1132455",
"name": "share-bold",

Binary file not shown.