| | |
| | | } */ |
| | | /* #endif */ |
| | | |
| | | /* 固定表头 */ |
| | | /* .uni-table { |
| | | height: 300px; |
| | | overflow-y: auto; |
| | | } */ |
| | | |
| | | .uni-table-th { |
| | | position: sticky; |
| | | top: 0; |
| | | background-color: #fff; |
| | | z-index: 2; |
| | | } |
| | | |
| | | .uni-container { |
| | | /* background-color: #e8e8e8; */ |
| | | } |
| | |
| | | <button type="primary" @click="goBack" size="mini" class="goback">返 回</button> |
| | | |
| | | |
| | | <web-view class="my-web-view" |
| | | :src="'https://view.xdocin.com/view?src=' + encodeURIComponent(baseUrl+form.filepath)"></web-view> |
| | | <!-- <web-view class="my-web-view" |
| | | :src="'https://view.xdocin.com/view?src=' + encodeURIComponent(baseUrl+form.filepath)"></web-view> --> |
| | | |
| | | <web-view class="my-web-view" :src="baseUrl+form.filepath"></web-view> |
| | | |
| | | |
| | | </view> |
| | | </template> |