perf: add jsdoc for utils and format some code (#1883)
This commit is contained in:
@@ -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">
|
||||
|
@@ -39,7 +39,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.tab-container{
|
||||
.tab-container {
|
||||
margin: 30px;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user