mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
change some css
This commit is contained in:
@@ -5057,7 +5057,7 @@ var position_times = 0;
|
||||
proto._init = function () {
|
||||
var vm = this;
|
||||
vm.config = config();
|
||||
|
||||
|
||||
initLifecycle(vm); // Init hooks
|
||||
initPlugin(vm); // Install plugins
|
||||
callHook(vm, 'init');
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -35,7 +35,7 @@
|
||||
</div>
|
||||
<el-tabs v-model="activeName">
|
||||
<el-tab-pane :label="current_page_title" name="first">
|
||||
<div id="product_result" style="text-align: center;"></div>
|
||||
<div id="product_result"></div>
|
||||
</el-tab-pane>
|
||||
<el-tab-pane :label="related_page_title" name="second" >
|
||||
<div :key='index' v-for='(key,index) in contant_result'>
|
||||
|
||||
Reference in New Issue
Block a user