Skip to content

Commit 02b7e21

Browse files
committed
perf:author
1 parent 1f626cb commit 02b7e21

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
"@element-plus/icons-vue": "^2.3.2",
3333
"@jx3box/jx3box-common": "^9.1.8",
3434
"@jx3box/jx3box-data": "^3.9.4",
35-
"@jx3box/jx3box-editor": "^3.0.10",
35+
"@jx3box/jx3box-editor": "^3.0.11",
3636
"@jx3box/jx3box-emotion": "^1.3.0",
3737
"@jx3box/jx3box-facedat": "^2.6.4",
3838
"@jx3box/jx3box-macro": "^1.0.3",
3939
"@jx3box/jx3box-talent": "^1.3.12",
40-
"@jx3box/jx3box-ui": "^2.0.40",
40+
"@jx3box/jx3box-ui": "^2.0.41",
4141
"@microsoft/signalr": "^8.0.0",
4242
"@tinymce/tinymce-vue": "^5.1.1",
4343
"@vueuse/core": "^9.13.0",

public/favicon.ico

-18.4 KB
Binary file not shown.

src/assets/css/author/newCss/me.less

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
-ms-user-select: text;
4444
flex: 1;
4545

46-
.mt(16px);
46+
// .mt(16px);
4747
height: auto;
4848
.u-tips {
4949
.h(24px);
@@ -145,7 +145,7 @@
145145
.w(100%);
146146
.auto(x);
147147
.u-author-info {
148-
.mt(20px);
148+
.mt(0);
149149
.u-name {
150150
.fz(18px);
151151
.bold(600);
@@ -172,12 +172,12 @@
172172
padding: 0;
173173
background-size: cover;
174174
.u-author-avatar {
175-
.size(68px);
176-
.mt(34px);
177-
.ml(16px);
178-
.mr(26px);
175+
zoom: 0.8;
176+
background:none;
177+
margin: 40px 0 40px 40px;
179178
}
180179
.u-author-info {
180+
margin-top:20px;
181181
.u-name {
182182
.fz(16px);
183183
}

0 commit comments

Comments
 (0)