perf: add jsdoc for utils and format some code (#1883)

This commit is contained in:
Tuan Duong
2019-04-11 11:41:36 +09:00
committed by 花裤衩
parent 43ae8520b3
commit d0651ad2f2
11 changed files with 250 additions and 156 deletions

View File

@@ -28,7 +28,7 @@
</el-dropdown>
<div class="time-container">
<el-date-picker v-model="time" :picker-options="pickerOptions" type="datetime" format="yyyy-MM-dd HH:mm:ss" placeholder="Release time" />
<el-date-picker v-model="time" type="datetime" format="yyyy-MM-dd HH:mm:ss" placeholder="Release time" />
</div>
<el-button style="margin-left: 10px;" type="success">

View File

@@ -39,7 +39,7 @@ export default {
</script>
<style scoped>
.tab-container{
.tab-container {
margin: 30px;
}
</style>