| | |
| | | }
|
| | | },
|
| | | watch: {
|
| | | // eslint-disable-next-line func-names
|
| | | 'activeData.label': function (val, oldVal) {
|
| | | if (
|
| | | this.activeData.placeholder === undefined
|
| | |
| | | </script>
|
| | |
|
| | | <style lang='scss'>
|
| | | body, html{
|
| | | margin: 0;
|
| | | padding: 0;
|
| | | background: #fff;
|
| | | -moz-osx-font-smoothing: grayscale;
|
| | | -webkit-font-smoothing: antialiased;
|
| | | text-rendering: optimizeLegibility;
|
| | | font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
|
| | | }
|
| | |
|
| | | input, textarea{
|
| | | font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
|
| | | }
|
| | |
|
| | | .editor-tabs{
|
| | | background: #121315;
|
| | | .el-tabs__header{
|
| | |
| | | }
|
| | | }
|
| | | }
|
| | |
|
| | | </style>
|