hujunwei@agilestar.cn 2 лет назад
Родитель
Сommit
2f3b75b959

+ 4 - 1
src/pages/main/documentCollection/documentCollectionApprovalExcel.vue

@@ -1166,7 +1166,7 @@ export default {
     }
 }
 </style>
-<style scoped>
+<style scoped lang="scss">
 .containerr {
     background: #fff;
     height: calc(100vh);
@@ -1180,4 +1180,7 @@ export default {
 span {
     width: 80px;
 }
+::v-deep .el-button--text {
+    display: none !important;
+}
 </style>