|
@@ -2,13 +2,7 @@
|
|
|
<div class="oprea" v-if="option.opreaState">
|
|
|
<div class="header">
|
|
|
<div style="display: flex">
|
|
|
- <el-button
|
|
|
- type="primary"
|
|
|
- class="btn"
|
|
|
- v-if="option.out"
|
|
|
- @click="downloadExcel"
|
|
|
- >导出</el-button
|
|
|
- >
|
|
|
+ <span class="btn" v-if="option.out" @click="downloadExcel">导出</span>
|
|
|
<!-- <el-button
|
|
|
type="primary"
|
|
|
class="btn"
|
|
@@ -27,7 +21,7 @@
|
|
|
v-if="option.in"
|
|
|
>
|
|
|
<template #trigger>
|
|
|
- <el-button type="primary" class="btn">导入</el-button>
|
|
|
+ <span class="btn">导入</span>
|
|
|
</template>
|
|
|
</el-upload>
|
|
|
</div>
|
|
@@ -228,9 +222,6 @@ onMounted(() => {
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
-#luckysheet-bottom-controll-row {
|
|
|
- display: none !important;
|
|
|
-}
|
|
|
.oprea {
|
|
|
padding: 0 20px;
|
|
|
width: 100%;
|
|
@@ -247,8 +238,11 @@ onMounted(() => {
|
|
|
width: 80px;
|
|
|
border-radius: 16px;
|
|
|
height: 40px;
|
|
|
- font-size: 16px;
|
|
|
+ font-size: 20px;
|
|
|
margin: 0 10px;
|
|
|
+ border: 2px dashed #000;
|
|
|
+ font-weight: 500;
|
|
|
+ @include flex;
|
|
|
}
|
|
|
.info {
|
|
|
width: 260px;
|