Skip to content

Commit bb85fbf

Browse files
committed
sync:common & csslab
1 parent 02b7e21 commit bb85fbf

4 files changed

Lines changed: 14 additions & 11 deletions

File tree

package.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
},
3131
"dependencies": {
3232
"@element-plus/icons-vue": "^2.3.2",
33-
"@jx3box/jx3box-common": "^9.1.8",
33+
"@jx3box/jx3box-common": "^9.2.0",
3434
"@jx3box/jx3box-data": "^3.9.4",
35-
"@jx3box/jx3box-editor": "^3.0.11",
35+
"@jx3box/jx3box-editor": "^3.1.0",
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.41",
40+
"@jx3box/jx3box-ui": "^2.1.1",
4141
"@microsoft/signalr": "^8.0.0",
4242
"@tinymce/tinymce-vue": "^5.1.1",
4343
"@vueuse/core": "^9.13.0",
@@ -84,7 +84,7 @@
8484
"@vue/cli-service": "~5.0.0",
8585
"autoprefixer": "^10.4.27",
8686
"cross-env": "^7.0.3",
87-
"csslab": "^6.0.1",
87+
"csslab": "^6.0.5",
8888
"eslint": "^7.32.0",
8989
"eslint-plugin-vue": "^8.0.3",
9090
"glob": "^7.1.6",
@@ -102,10 +102,12 @@
102102
"vue-svg-inline-loader": "^2.1.3"
103103
},
104104
"browserslist": [
105-
"> 1%",
106-
"last 2 versions",
107-
"not dead",
108-
"not ie 11"
105+
"Chrome >= 76",
106+
"Android >= 76",
107+
"iOS >= 12",
108+
"Safari >= 12",
109+
"Firefox >= 78",
110+
"Edge >= 79"
109111
],
110112
"lint-staged": {
111113
"**/*": "prettier --write --ignore-unknown"

src/assets/css/dashboard/index.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@
187187
}
188188

189189
.u-credit-value {
190-
.fz(30px, 40px);
191-
.bold;
190+
.fz(20px, 40px);
191+
font-weight: 500;
192192
}
193193

194194
.u-credit-op {

src/views/dashboard/cooperation.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ export default {
310310
}
311311
312312
.u-sign {
313-
font-size: 14px;
313+
font-size: 12px;
314314
font-weight: normal;
315315
margin-left: 10px;
316316
}

vue.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ if (String(process.env.NODE_ENV).toLowerCase() === "development") {
5858

5959
module.exports = {
6060
productionSourceMap: false,
61+
transpileDependencies: true,
6162
//❤️ define path for static files ~
6263
publicPath: process.env.BUILD_PREVIEW
6364
? "/" + process.env.APP_NAME

0 commit comments

Comments
 (0)