chore: update veui, fix preview style

This commit is contained in:
Justineo 2022-01-15 16:40:45 +08:00
parent cf6ba3b42e
commit 089d365a92
No known key found for this signature in database
GPG Key ID: B73F0979CF18A0EA
3 changed files with 23032 additions and 60 deletions

View File

@ -62,7 +62,6 @@
</v-pane>
<v-pane
min-size="40"
class="live-preview"
>
<v-live-preview
class="editor-preview"
@ -317,6 +316,9 @@ export default {
background #ccc
transform scaleX(2)
& >>> .live-preview
overflow auto
.editor-toolbar
position absolute
top 12px
@ -348,9 +350,6 @@ export default {
box-shadow 0 0 0 0 rgba(255, 255, 255, 1)
animation pulse 2s infinite
.editor-preview
overflow auto
.editor-error
position absolute
bottom 16px

23075
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -25,7 +25,7 @@
"@stackblitz/sdk": "^1.5.2",
"babel-eslint": "^10.1.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-veui": "^2.4.3",
"babel-plugin-veui": "^2.4.4",
"cheerio": "^1.0.0-rc.10",
"dls-graphics": "^1.0.0-alpha.3",
"dls-icons-vue": "^0.14.0",
@ -83,10 +83,10 @@
"stylus-loader": "^3.0.2",
"unist-util-remove": "^1.0.1",
"unist-util-visit": "^1.4.0",
"veui": "^2.4.3",
"veui-loader": "^2.4.3",
"veui-theme-dls": "^2.4.3",
"veui-theme-dls-icons": "^2.4.3",
"veui": "^2.4.4",
"veui-loader": "^2.4.4",
"veui-theme-dls": "^2.4.4",
"veui-theme-dls-icons": "^2.4.4",
"vue-awesome": "^4.5.0",
"vue-i18n": "^8.16.0",
"vue-live": "^1.17.2",