修改样式
This commit is contained in:
parent
8dd626ab16
commit
14a4569e5f
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue