百色农校完成
This commit is contained in:
@@ -1,14 +1,17 @@
|
||||
<template>
|
||||
<div class="xl:w-screen-xl m-auto py-4 px-4 sm:px-0">
|
||||
<div class="text-center flex flex-col items-center z-0 relative">
|
||||
<h2 class="text-4xl font-bold tracking-tight text-gray-800 dark:text-white">
|
||||
{{ title || '友情链接' }}
|
||||
</h2>
|
||||
<div class="sub-title">
|
||||
<p class="text-gray-400 text-sm dark:text-gray-400 py-3">
|
||||
{{ comments || 'Link' }}
|
||||
</p>
|
||||
</div>
|
||||
<!-- <div class="text-center flex flex-col items-center z-0 relative">-->
|
||||
<!-- <h2 class="text-4xl font-bold tracking-tight text-gray-800 dark:text-white">-->
|
||||
<!-- {{ title || '友情链接' }}-->
|
||||
<!-- </h2>-->
|
||||
<!-- <div class="sub-title">-->
|
||||
<!-- <p class="text-gray-400 text-sm dark:text-gray-400 py-3">-->
|
||||
<!-- {{ comments || 'Link' }}-->
|
||||
<!-- </p>-->
|
||||
<!-- </div>-->
|
||||
<!-- </div>-->
|
||||
<div class="text-center flex justify-between items-center z-0 relative my-5">
|
||||
<el-space class="text-3xl font-bold text-green-600 flex items-center"><el-icon><Link /></el-icon>友情链接</el-space>
|
||||
</div>
|
||||
<el-row id="container" :gutter="24" class="clearfix">
|
||||
<el-col v-for="(item,index) in list" :key="index" :sm="6" :xs="12" class="left mb-8 hidden-sm-and-down">
|
||||
@@ -47,7 +50,11 @@
|
||||
<script lang="ts" setup>
|
||||
import {navigateTo} from "#imports";
|
||||
import type {CmsWebsite, CmsWebsiteParam} from "~/api/cms/cmsWebsite/model";
|
||||
import {pageCmsWebsiteAll} from "~/api/cms/cmsWebsite";
|
||||
import {
|
||||
ArrowRight,
|
||||
Tickets,
|
||||
Link
|
||||
} from '@element-plus/icons-vue'
|
||||
import {pageCmsLink} from "~/api/cms/cmsLink";
|
||||
import type {CmsLink} from "~/api/cms/cmsLink/model";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user