12 lines
274 B
Vue
12 lines
274 B
Vue
|
|
<template>
|
||
|
|
<Container type="card-full">
|
||
|
|
<template slot="header">
|
||
|
|
多环境发布 测试
|
||
|
|
</template>
|
||
|
|
<el-row>
|
||
|
|
<el-col :span="8">8</el-col>
|
||
|
|
<el-col :span="8">8</el-col>
|
||
|
|
<el-col :span="8">8</el-col>
|
||
|
|
</el-row>
|
||
|
|
</Container>
|
||
|
|
</template>
|