调整
This commit is contained in:
@ -2,13 +2,12 @@
|
||||
<div class="bigScrenn cppBox">
|
||||
<!-- 第一部分 -->
|
||||
<div class="none-Cont">
|
||||
|
||||
<Head title='"产教评"融合培训平台'></Head>
|
||||
<div class="conttent">
|
||||
<div class="bt-Title tc"><span>三产技能人才分析</span></div>
|
||||
<ul class="conttentOne flex just-between">
|
||||
<li class="childOne">
|
||||
<div class="title-small">产值及技能人才比对</div>
|
||||
<div class="title-small">崇州产值与服务企业技能人才需求</div>
|
||||
<div class="childCnt">
|
||||
<Czjjnrcdd></Czjjnrcdd>
|
||||
</div>
|
||||
@ -92,17 +91,17 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import Czjjnrcdd from './components/czjjnrcdd.vue';
|
||||
import Czjjnrcdb from './components/czjjnrcdb.vue';
|
||||
import TrainingInstitutions from './components/trainingInstitutions.vue';
|
||||
import Pxxm from './components/pxxm.vue';
|
||||
import Qyzdpxb from './components/qyzdpxb.vue';
|
||||
import sjpx from './components/sjpx.vue';
|
||||
import Zyzgzs from './components/zyzgzs.vue';
|
||||
import zdpxqt from './components/zdpxqt.vue';
|
||||
import pxcg from './components/pxcg.vue';
|
||||
import bfzs from './components/bfzs.vue';
|
||||
import pfjgfb from './components/pfjgfb.vue';
|
||||
import Czjjnrcdd from "./components/czjjnrcdd.vue";
|
||||
import Czjjnrcdb from "./components/czjjnrcdb.vue";
|
||||
import TrainingInstitutions from "./components/trainingInstitutions.vue";
|
||||
import Pxxm from "./components/pxxm.vue";
|
||||
import Qyzdpxb from "./components/qyzdpxb.vue";
|
||||
import sjpx from "./components/sjpx.vue";
|
||||
import Zyzgzs from "./components/zyzgzs.vue";
|
||||
import zdpxqt from "./components/zdpxqt.vue";
|
||||
import pxcg from "./components/pxcg.vue";
|
||||
import bfzs from "./components/bfzs.vue";
|
||||
import pfjgfb from "./components/pfjgfb.vue";
|
||||
import Head from "@/views/largeScreen/layout/head.vue";
|
||||
import { qcckPost, qcckGet } from "@/api/qcckApi.js";
|
||||
import emitter from "@/utils/eventBus.js";
|
||||
@ -115,9 +114,7 @@ import {
|
||||
onBeforeUnmount
|
||||
} from "vue";
|
||||
const { proxy } = getCurrentInstance();
|
||||
const data = reactive({
|
||||
|
||||
});
|
||||
const data = reactive({});
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@ -215,7 +212,7 @@ const data = reactive({
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
.cntbox555{
|
||||
.cntbox555 {
|
||||
background: url("~@/assets/images/999999.png") no-repeat center center;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
@ -257,4 +254,4 @@ const data = reactive({
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user