|
|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<cwg-page-wrapper class="create-page" :isHeaderFixed="true">
|
|
|
- <view class="container">
|
|
|
+ <view class="container download-container">
|
|
|
<view
|
|
|
class="app-page-head card-header d-flex gap-3 flex-wrap align-items-center justify-content-between border-0">
|
|
|
<view class="app-page-head mb-0">
|
|
|
@@ -1261,7 +1261,9 @@ onMounted(async () => {
|
|
|
height: px2rpx(200) !important;
|
|
|
}
|
|
|
|
|
|
-:deep(.pdf-link) {
|
|
|
- width: 100%;
|
|
|
+.download-container {
|
|
|
+ :deep(.pdf-link) {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|