chore: update veui, fix preview style
This commit is contained in:
parent
cf6ba3b42e
commit
089d365a92
@ -62,7 +62,6 @@
|
|||||||
</v-pane>
|
</v-pane>
|
||||||
<v-pane
|
<v-pane
|
||||||
min-size="40"
|
min-size="40"
|
||||||
class="live-preview"
|
|
||||||
>
|
>
|
||||||
<v-live-preview
|
<v-live-preview
|
||||||
class="editor-preview"
|
class="editor-preview"
|
||||||
@ -317,6 +316,9 @@ export default {
|
|||||||
background #ccc
|
background #ccc
|
||||||
transform scaleX(2)
|
transform scaleX(2)
|
||||||
|
|
||||||
|
& >>> .live-preview
|
||||||
|
overflow auto
|
||||||
|
|
||||||
.editor-toolbar
|
.editor-toolbar
|
||||||
position absolute
|
position absolute
|
||||||
top 12px
|
top 12px
|
||||||
@ -348,9 +350,6 @@ export default {
|
|||||||
box-shadow 0 0 0 0 rgba(255, 255, 255, 1)
|
box-shadow 0 0 0 0 rgba(255, 255, 255, 1)
|
||||||
animation pulse 2s infinite
|
animation pulse 2s infinite
|
||||||
|
|
||||||
.editor-preview
|
|
||||||
overflow auto
|
|
||||||
|
|
||||||
.editor-error
|
.editor-error
|
||||||
position absolute
|
position absolute
|
||||||
bottom 16px
|
bottom 16px
|
||||||
|
23075
package-lock.json
generated
23075
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@ -25,7 +25,7 @@
|
|||||||
"@stackblitz/sdk": "^1.5.2",
|
"@stackblitz/sdk": "^1.5.2",
|
||||||
"babel-eslint": "^10.1.0",
|
"babel-eslint": "^10.1.0",
|
||||||
"babel-plugin-lodash": "^3.3.4",
|
"babel-plugin-lodash": "^3.3.4",
|
||||||
"babel-plugin-veui": "^2.4.3",
|
"babel-plugin-veui": "^2.4.4",
|
||||||
"cheerio": "^1.0.0-rc.10",
|
"cheerio": "^1.0.0-rc.10",
|
||||||
"dls-graphics": "^1.0.0-alpha.3",
|
"dls-graphics": "^1.0.0-alpha.3",
|
||||||
"dls-icons-vue": "^0.14.0",
|
"dls-icons-vue": "^0.14.0",
|
||||||
@ -83,10 +83,10 @@
|
|||||||
"stylus-loader": "^3.0.2",
|
"stylus-loader": "^3.0.2",
|
||||||
"unist-util-remove": "^1.0.1",
|
"unist-util-remove": "^1.0.1",
|
||||||
"unist-util-visit": "^1.4.0",
|
"unist-util-visit": "^1.4.0",
|
||||||
"veui": "^2.4.3",
|
"veui": "^2.4.4",
|
||||||
"veui-loader": "^2.4.3",
|
"veui-loader": "^2.4.4",
|
||||||
"veui-theme-dls": "^2.4.3",
|
"veui-theme-dls": "^2.4.4",
|
||||||
"veui-theme-dls-icons": "^2.4.3",
|
"veui-theme-dls-icons": "^2.4.4",
|
||||||
"vue-awesome": "^4.5.0",
|
"vue-awesome": "^4.5.0",
|
||||||
"vue-i18n": "^8.16.0",
|
"vue-i18n": "^8.16.0",
|
||||||
"vue-live": "^1.17.2",
|
"vue-live": "^1.17.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user