Commit 56315ddf by amateur

代码优化

1 parent 738097a3
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
</section> </section>
</template> </template>
<script> <script>
export default { export default {
name: 'MenuModule', name: 'MenuModule',
...@@ -40,6 +39,7 @@ export default { ...@@ -40,6 +39,7 @@ export default {
<style lang="less" scoped> <style lang="less" scoped>
.white { .white {
width: 90%;
background: #eee; background: #eee;
} }
.menu-module { .menu-module {
...@@ -68,7 +68,6 @@ export default { ...@@ -68,7 +68,6 @@ export default {
margin-top: 10px; margin-top: 10px;
line-height: 20px; line-height: 20px;
min-height: 20px; min-height: 20px;
min-width: 90%;
font-size: 14px; font-size: 14px;
text-align: center; text-align: center;
color: #444444; color: #444444;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!