Commit 37ef71f7 authored by 徐一鸣's avatar 徐一鸣

up

parent 0089a728
<template> <template>
<el-tabs <el-tabs
type="border-card"
v-model="serviceTabsActiveName" v-model="serviceTabsActiveName"
type="card"
@tab-click="handleClick" @tab-click="handleClick"
:stretch="true" :stretch="true"
style="margin-top: 20px;" style="margin-top: 20px;"
...@@ -557,6 +557,7 @@ export default { ...@@ -557,6 +557,7 @@ export default {
<style scoped> <style scoped>
.service_info { .service_info {
width: 80%; width: 80%;
min-height: 500px;
padding: 10px 20px; padding: 10px 20px;
margin: 0 auto; margin: 0 auto;
box-sizing: border-box; box-sizing: border-box;
......
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