Move style sections below scripts.

Following vuejs code style
parent 30323ef9
<style>
.el-select{
display: block;
}
</style>
<template> <template>
<div> <div>
<div class="content-header"> <div class="content-header">
...@@ -163,3 +158,8 @@ ...@@ -163,3 +158,8 @@
} }
} }
</script> </script>
<style>
.el-select{
display: block;
}
</style>
<style>
.new-folder {
float: left;
margin-right: 10px;
}
</style>
<template> <template>
<div> <div>
<el-button type="success" class="new-folder" @click="dialogFormVisible = true"> <el-button type="success" class="new-folder" @click="dialogFormVisible = true">
...@@ -77,3 +71,9 @@ ...@@ -77,3 +71,9 @@
} }
} }
</script> </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> <template>
<el-upload <el-upload
class="upload-demo" class="upload-demo"
...@@ -79,3 +64,17 @@ ...@@ -79,3 +64,17 @@
} }
} }
</script> </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> <template>
<div class="row"> <div class="row">
<div class="col-xs-12"> <div class="col-xs-12">
...@@ -61,3 +47,17 @@ ...@@ -61,3 +47,17 @@
mounted() {} mounted() {}
} }
</script> </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 = { ...@@ -94380,12 +94380,6 @@ exports.default = {
// //
// //
// //
//
//
//
//
//
//
/***/ }), /***/ }),
/* 154 */ /* 154 */
...@@ -94698,21 +94692,6 @@ exports.default = { ...@@ -94698,21 +94692,6 @@ exports.default = {
// //
// //
// //
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
/***/ }), /***/ }),
/* 159 */ /* 159 */
...@@ -95668,11 +95647,6 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de ...@@ -95668,11 +95647,6 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
// //
// //
// //
//
//
//
//
//
exports.default = { exports.default = {
props: { props: {
...@@ -97078,20 +97052,6 @@ Object.defineProperty(exports, "__esModule", { ...@@ -97078,20 +97052,6 @@ Object.defineProperty(exports, "__esModule", {
// //
// //
// //
//
//
//
//
//
//
//
//
//
//
//
//
//
//
exports.default = { exports.default = {
data: function data() { 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