21 lines
329 B
Vue
21 lines
329 B
Vue
<!--
|
|
* @Author: zwq
|
|
* @Date: 2023-01-04 10:29:40
|
|
* @LastEditors: zwq
|
|
* @LastEditTime: 2023-01-06 09:45:19
|
|
* @Description:
|
|
-->
|
|
<template>
|
|
<el-card shadow="never" class="aui-card--fill">
|
|
<div class="mod-home">
|
|
基础框架-1
|
|
</div>
|
|
</el-card>
|
|
</template>
|
|
|
|
<style>
|
|
.mod-home {
|
|
line-height: 1.5;
|
|
}
|
|
</style>
|