This commit is contained in:
bb_pan 2025-11-19 13:43:22 +08:00
parent 3aa19ccf38
commit 9edd71116e
1 changed files with 14 additions and 7 deletions

View File

@ -1,11 +1,13 @@
<template>
<div id="index" ref="appRef">
<div class="bg">
<el-row :gutter="20">
<el-col :span="7" :offset="0"><left /></el-col>
<el-col :span="10" :offset="0"><center /></el-col>
<el-col :span="7" :offset="0"><right /></el-col>
</el-row>
<div class="wrap">
<div id="index" ref="appRef">
<div class="bg">
<el-row :gutter="20">
<el-col :span="7" :offset="0"><left /></el-col>
<el-col :span="10" :offset="0"><center /></el-col>
<el-col :span="7" :offset="0"><right /></el-col>
</el-row>
</div>
</div>
</div>
</template>
@ -38,6 +40,11 @@ export default {
font-family: 'DS-TITle';
src: url('../../../assets/font-family/DS-Digital/DS-TITle.ttf');
}
.wrap {
width: 100%;
height: 100%;
background-color: #333;
}
#index {
color: #d3d6dd;
width: 3984px;