|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <div ref="UniversitiesColleges">
|
|
|
+ <div ref="UniversitiesColleges" class="app-container">
|
|
|
<el-card :style="{'background-image':backimg}" style="padding:30px;margin:10px 0;background-color:white;background-repeat: no-repeat;background-position: bottom right;">
|
|
|
<p style="color:#A6A6A6;font-size:24px;font-weight:bold;">UNIVERSITIES AND COLLECGES</p>
|
|
|
<p style="color:#414141;font-size:24px;font-weight:bold;">院校库</p>
|
|
@@ -55,17 +55,8 @@
|
|
|
<el-checkbox label="4">独立学院</el-checkbox>
|
|
|
<el-checkbox label="5">民办高校</el-checkbox>
|
|
|
</el-checkbox-group>
|
|
|
- <!-- <el-row style="margin-left: 10px;">-->
|
|
|
- <!-- <el-input style="width:150%" suffix-icon=" " placeholder="搜索" v-model="univerName" @keyup.enter.native="clickSuffix">-->
|
|
|
- <!-- <!– @click.native="clickSuffix"–>-->
|
|
|
- <!-- <span slot="suffix" @click="clickSuffix" style="cursor: pointer">-->
|
|
|
- <!-- <i class="el-icon-search"></i>-->
|
|
|
- <!-- </span>-->
|
|
|
- <!-- </el-input>-->
|
|
|
- <!-- </el-row>-->
|
|
|
</el-row>
|
|
|
</mx-search-group>
|
|
|
-
|
|
|
<el-row style="margin-top:10px;">
|
|
|
<universities-table :universityParams="universityParams"></universities-table>
|
|
|
</el-row>
|