Administrator
2021-08-27 bb0d6a910c2145f5936bb89dbd2fce41d3d1933b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<template>
    <el-row class="morpheus-box">
        <el-col :span="24">
            <el-card>
 
                <div class="exam-card-body">
 
                </div>
 
            </el-card>
        </el-col>
    </el-row>
</template>
 
<script>
 
export default {
    name: "wel",
    data () {
        return {
 
        };
    },
    computed: {
    },
    methods: {
 
    },
};
</script>
 
<style>
.el-font-size {
    font-size: 14px;
}
</style>