|
@@ -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>
|