feat: save page scripts + styles
This commit is contained in:
@@ -188,6 +188,8 @@
|
||||
) {{$t('common:actions.ok')}}
|
||||
|
||||
v-tab-item(:transition='false', :reverse-transition='false')
|
||||
.editor-props-codeeditor-title
|
||||
.overline {{$t('editor:props.js')}}
|
||||
.editor-props-codeeditor
|
||||
textarea(ref='codejs')
|
||||
.editor-props-codeeditor-hint
|
||||
@@ -231,6 +233,8 @@
|
||||
)
|
||||
|
||||
v-tab-item(:transition='false', :reverse-transition='false')
|
||||
.editor-props-codeeditor-title
|
||||
.overline {{$t('editor:props.css')}}
|
||||
.editor-props-codeeditor
|
||||
textarea(ref='codecss')
|
||||
.editor-props-codeeditor-hint
|
||||
@@ -417,6 +421,13 @@ export default {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
&-title {
|
||||
background-color: mc('grey', '900');
|
||||
border-bottom: 1px solid lighten(mc('grey', '900'), 10%);
|
||||
color: #FFF;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
&-hint {
|
||||
background-color: mc('grey', '900');
|
||||
border-top: 1px solid lighten(mc('grey', '900'), 5%);
|
||||
|
Reference in New Issue
Block a user