JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_fix:bug
This commit is contained in:
@@ -913,6 +913,7 @@
|
||||
}
|
||||
|
||||
.file-items{
|
||||
padding-top: 12rpx;
|
||||
.file-item {
|
||||
line-height: 36rpx;
|
||||
font-size: 28rpx;
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
{{ modelValue.crsCore }}
|
||||
</view>
|
||||
</view>
|
||||
<view class="mb-64" v-if="(modelValue.fileList || []).length>0">
|
||||
<view class="mb-64 file-items" v-if="(modelValue.fileList || []).length>0">
|
||||
<view class="fz-30 font_pf fw-600 mb-4">知识资料</view>
|
||||
<view class="file-item" v-for="item in modelValue.fileList" @click="previewFile(item)">
|
||||
{{item.fileName.replace(/.docx|.doc|.txt/g, '.pdf')}}
|
||||
@@ -161,6 +161,9 @@
|
||||
}
|
||||
}
|
||||
|
||||
.file-items {
|
||||
padding-bottom: 26rpx;
|
||||
}
|
||||
.file-item {
|
||||
padding-top: 12rpx;
|
||||
color: #06f;
|
||||
|
||||
@@ -487,7 +487,7 @@
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: calc(100vh - 70px);
|
||||
height: calc(100vh - 1rpx);
|
||||
.top-bg {
|
||||
background-color: #fff;
|
||||
background: linear-gradient(16deg, rgba(234, 246, 255, 0) 0%, #c3e6ff 100%);
|
||||
|
||||
Reference in New Issue
Block a user