n20-common-lib 2.22.15 → 2.22.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
>
|
|
249
249
|
<div class="flex-column flex-c flex-v" style="height: 100%">
|
|
250
250
|
<i class="el-icon-s-release" style="font-size: 60px; color: #999"></i>
|
|
251
|
-
<span style="margin-top: 16px">
|
|
251
|
+
<span style="margin-top: 16px" class="flex-box flex-c flex-v">
|
|
252
252
|
{{ '不支持在线预览,请' | $lc
|
|
253
253
|
}}<el-link type="primary" class="color-primary" @click="downFile(seeRow)">{{ '下载' | $lc }}</el-link
|
|
254
254
|
>{{ '到本地查看' | $lc }}
|