修改样式

This commit is contained in:
yangjun 2024-02-27 14:41:25 +08:00
parent 8dd626ab16
commit 14a4569e5f
1 changed files with 3 additions and 3 deletions

View File

@ -101,7 +101,7 @@
</div>
<!-- <div style="float:right"><a-button type="link" >切换视图</a-button></div> -->
<div style="float:right">
<div style="text-align:right;margin-top: -27px;">
<a-switch checkedChildren="卡片" unCheckedChildren="列表" v-model:checked="twoShowType" />
</div>
@ -109,7 +109,7 @@
<div v-show="twoShowType" class="" style="padding: 10px 10px 0 10px;">
<a-row :gutter="[16,16]">
<a-col :span="6" v-for="(item,index) of cardList" :key="index">
<a-col :span="8" v-for="(item,index) of cardList" :key="index">
<a-card bordered hoverable @click="() => (currentCardIndex = index,queryParam.jxlName = item.jxlName,queryParam.jsmc = null,searchReset())" :class="currentCardIndex == index?'active':''">
<template #title>
<div class="fjdskf" style="float: left;font-size: 15px;font-weight: 600;margin-top: 5px;">{{ item.jxlName }}</div>
@ -260,7 +260,7 @@
</a-table>
</div>
<div style="height: 1rem;"></div>
<!-- <div style="height: 1rem;"></div> -->
<div class="jeecg-basic-table-form-container">
<a-form @keyup.enter.native="searchQuery" :model="queryParam" :label-col="labelCol" :wrapper-col="wrapperCol">