Move style sections below scripts.

Following vuejs code style
parent 30323ef9
<style>
.el-select{
display: block;
}
</style>
<template>
<div>
<div class="content-header">
......@@ -163,3 +158,8 @@
}
}
</script>
<style>
.el-select{
display: block;
}
</style>
<style>
.new-folder {
float: left;
margin-right: 10px;
}
</style>
<template>
<div>
<el-button type="success" class="new-folder" @click="dialogFormVisible = true">
......@@ -77,3 +71,9 @@
}
}
</script>
<style>
.new-folder {
float: left;
margin-right: 10px;
}
</style>
<style>
.el-upload__input {
display: none !important;
}
.el-upload--text {
display: block;
}
.el-upload-dragger {
width: 100%;
}
.media-upload {
margin-bottom: 10px;
}
</style>
<template>
<el-upload
class="upload-demo"
......@@ -79,3 +64,17 @@
}
}
</script>
<style>
.el-upload__input {
display: none !important;
}
.el-upload--text {
display: block;
}
.el-upload-dragger {
width: 100%;
}
.media-upload {
margin-bottom: 10px;
}
</style>
<style>
.el-upload__input {
display: none !important;
}
.el-upload--text {
display: block;
}
.el-upload-dragger {
width: 100%;
}
.media-upload {
margin-bottom: 10px;
}
</style>
<template>
<div class="row">
<div class="col-xs-12">
......@@ -61,3 +47,17 @@
mounted() {}
}
</script>
<style>
.el-upload__input {
display: none !important;
}
.el-upload--text {
display: block;
}
.el-upload-dragger {
width: 100%;
}
.media-upload {
margin-bottom: 10px;
}
</style>
......@@ -94380,12 +94380,6 @@ exports.default = {
//
//
//
//
//
//
//
//
//
/***/ }),
/* 154 */
......@@ -94698,21 +94692,6 @@ exports.default = {
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
/***/ }),
/* 159 */
......@@ -95668,11 +95647,6 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
//
//
//
//
//
//
//
//
exports.default = {
props: {
......@@ -97078,20 +97052,6 @@ Object.defineProperty(exports, "__esModule", {
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
exports.default = {
data: function data() {
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment