This commit is contained in:
kbing1981 2024-09-13 17:29:56 +08:00
parent e4bc5fe0db
commit f37e2169e3
4 changed files with 53 additions and 17 deletions

View File

@ -496,7 +496,7 @@ onMounted(() => {
}
}
.query-criteria{
padding-top: 20px;
padding-top: 22px;
border:1px solid #eaeef6;
border-radius:4px;
}

View File

@ -9,11 +9,11 @@
<a-button type="primary" @click="handleFanhui">返回</a-button>
</a-col>
<a-col :gutter="24">
<div style="text-align: center; font-size: 18px; font-weight: 700; line-height: 50px" v-if="jxrwInfo.value">
<div style="text-align: center; font-size:20px; font-weight: 700; line-height: 50px" v-if="jxrwInfo.value">
{{ jxrwInfo?.value.xn }}{{ jxrwInfo?.value.xqmc }}学期{{ jxrwInfo?.value.kcmc }}课程考核材料
</div>
<div v-if="jxrwInfo.value">
<div style="padding-left: 15px; font-weight: 700">概要信息</div>
<div style="padding-left:18px; font-weight: 700">概要信息</div>
<a-row style="line-height: 30px">
<a-col :span="5">
<span class="header-title" style="margin-left: 15px">开课单位</span> <span class="header-title">{{ jxrwInfo?.value.kkyxmc }}</span>
@ -224,7 +224,7 @@ defineExpose({
}
}
.selection-title{
font-size: 20px;
font-size: 23px;
font-weight: 700;
padding-left: 10px;
}
@ -234,8 +234,7 @@ padding-left: 10px;
color: #1890ff;
}
.header-title{
font-size: 12px;
color: #777777;
font-size:14px;
}
.query-criteria{
padding:10px 10px 15px 10px;

View File

@ -4,16 +4,16 @@
<div class="jeecg-basic-table-form-container">
<a-form ref="formRef" @keyup.enter.native="searchQuery" :model="queryParam" :label-col="labelCol" :wrapper-col="wrapperCol" class="query-criteria">
<a-row :gutter="24">
<a-col :span="12"><span class="seleciton-line">1</span><span class="selection-title">学生原始材料 </span> </a-col>
<a-col :span="12"><span class="seleciton-line">1</span><span class="selection-title">学生原始材料</span> </a-col>
<a-col :span="12" style="text-align: right">
<a-button type="primary" @click="handleFanhui">返回</a-button>
</a-col>
<a-col :gutter="24">
<div style="text-align: center; font-size: 18px; font-weight: 700; line-height: 50px" v-if="jxrwInfo.value">
<div style="text-align: center; font-size:20px; font-weight: 700; line-height: 50px" v-if="jxrwInfo.value">
{{ jxrwInfo?.value.xn }}{{ jxrwInfo?.value.xqmc }}学期{{ jxrwInfo?.value.kcmc }}
</div>
<div v-if="jxrwInfo.value">
<div style="padding-left: 15px; font-weight: 700">概要信息</div>
<div style="padding-left:14px; font-size:18px; font-weight: 700">概要信息</div>
<a-row style="line-height: 30px">
<a-col :span="5">
<span class="header-title" style="margin-left: 15px">开课单位</span> <span class="header-title">{{ jxrwInfo?.value.kkyxmc }}</span>
@ -210,10 +210,11 @@ defineExpose({
}
}
.selection-title{
font-size: 20px;
font-size: 24px;
font-weight: 700;
padding-left:10px;
line-height: 30px;
margin-top: 10px;
}
.seleciton-line{
background: #1890ff;
@ -221,11 +222,11 @@ line-height: 30px;
color: #1890ff;
}
.header-title{
font-size: 12px;
font-size:15px;
color: #777777;
}
.query-criteria{
padding:10px 10px 15px 10px;
padding:15px 10px 15px 10px;
border:1px solid #e4e9f2;
border-radius:4px;
}

View File

@ -3,18 +3,18 @@
<!--查询区域-->
<!--查询区域-->
<div class="jeecg-basic-table-form-container">
<a-form ref="formRef" @keyup.enter.native="searchQuery" :model="queryParam" :label-col="labelCol" :wrapper-col="wrapperCol">
<a-form ref="formRef" @keyup.enter.native="searchQuery" :model="queryParam" :label-col="labelCol" :wrapper-col="wrapperCol" class="query-criteria">
<a-row :gutter="24" v-if="jxrwInfo?.value">
<a-col :span="12"> <span style="font-size: 22px; font-weight: 700; margin-left: 20px">{{ jxrwInfo?.value?.khfs }}[{{ jxrwInfo?.value?.zb }}] </span> </a-col>
<a-col :span="12"><span class="seleciton-line">1</span> <span class="selection-title">{{ jxrwInfo?.value?.khfs }}[{{ jxrwInfo?.value?.zb }}] </span> </a-col>
<a-col :span="12" style="text-align: right">
<a-button type="primary" @click="handleFanhui">返回</a-button>
</a-col>
<a-col :gutter="24">
<div style="text-align: center; font-size: 16px; font-weight: 700; line-height: 50px" v-if="jxrwInfo?.value">
<div style="text-align: center; font-size:20px; font-weight: 700; line-height: 50px" v-if="jxrwInfo?.value">
{{ jxrwInfo?.value.xn }}{{ jxrwInfo?.value.xqmc }}学期{{ jxrwInfo?.value.kcmc }}
</div>
<div v-if="jxrwInfo.value">
<div style="padding-left: 15px; font-weight: 700">概要信息</div>
<div style="padding-left:16px; font-weight: 700">概要信息</div>
<a-row style="line-height: 30px">
<a-col :span="5">
<span style="margin-left: 15px">开课单位</span> <span>{{ jxrwInfo?.value.kkyxmc }}</span>
@ -41,7 +41,7 @@
详细信息
</div> -->
<!--引用表格-->
<BasicTable @register="registerTable" :rowSelection="rowSelection">
<BasicTable @register="registerTable" :rowSelection="rowSelection" class="table-style">
<template #tableTitle>
<a-button type="primary" v-if="selectedRowKeys.length > 0" @click="batchHandleDown"> 批量下载 </a-button>
</template>
@ -258,4 +258,40 @@ defineExpose({
width: 100%;
}
}
.selection-title{
font-size:23px;
font-weight: 700;
padding-left:10px;
line-height: 30px;
}
.seleciton-line{
background: #1890ff;
border-radius:10px ;
color: #1890ff;
}
.header-title{
font-size: 12px;
color: #777777;
}
.query-criteria{
padding:15px 10px 15px 10px;
border:1px solid #e4e9f2;
border-radius:4px;
}
.query-criteria:hover{
border:1px solid #e4e9f2;
box-shadow: 2px 2px 10px 2px #e4e9f2;
border-radius:4px;
}
.table-style{
padding: 10px;
background: #fff;
border:1px solid #e4e9f2;
border-radius:4px;
}
.table-style:hover{
border:1px solid #e4e9f2;
box-shadow: 2px 2px 10px 2px #e4e9f2;
border-radius:4px;
}
</style>