Commit 294c1c46 authored by 陈明豪's avatar 陈明豪

bug修改

parent 108708b7
...@@ -560,8 +560,7 @@ export default { ...@@ -560,8 +560,7 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.app-container { .app-container {
padding: 1.5rem; padding: 20px;
margin-bottom: 0.5em;
} }
/*表格超出行宽省略号显示并悬浮状态显示全文*/ /*表格超出行宽省略号显示并悬浮状态显示全文*/
...@@ -594,4 +593,9 @@ export default { ...@@ -594,4 +593,9 @@ export default {
.el-tab-pane { .el-tab-pane {
padding-bottom: 15px; padding-bottom: 15px;
} }
::v-deep .pagination-container {
padding: 0 !important;
margin-top: 24px !important;
margin-bottom: 30px !important;
}
</style> </style>
...@@ -354,10 +354,7 @@ export default { ...@@ -354,10 +354,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.app-container { .app-container {
padding-left: 1.5rem; padding: 20px;
padding-right: 1.5rem;
padding-top: 1.5rem;
margin-bottom: 0.5em;
} }
//所有表格内容选中后的样式-all //所有表格内容选中后的样式-all
...@@ -388,4 +385,9 @@ export default { ...@@ -388,4 +385,9 @@ export default {
::v-deep .status-offshelf { ::v-deep .status-offshelf {
color: #f5aa6c; color: #f5aa6c;
} }
::v-deep .pagination-container {
padding: 0 !important;
margin-top: 24px !important;
margin-bottom: 30px !important;
}
</style> </style>
...@@ -918,7 +918,7 @@ export default { ...@@ -918,7 +918,7 @@ export default {
} }
</script> </script>
<style> <style scoped>
.custom-select .el-select__tags-text { .custom-select .el-select__tags-text {
max-width: 60px; /* 设置最大宽度 */ max-width: 60px; /* 设置最大宽度 */
overflow: hidden; overflow: hidden;
...@@ -963,7 +963,6 @@ export default { ...@@ -963,7 +963,6 @@ export default {
.app-container { .app-container {
background-color: #FFFFFF; background-color: #FFFFFF;
padding-bottom: 3.4em !important;
} }
::v-deep .el-dialog:not(.is-fullscreen) { ::v-deep .el-dialog:not(.is-fullscreen) {
...@@ -973,4 +972,5 @@ export default { ...@@ -973,4 +972,5 @@ export default {
height: 500px; height: 500px;
overflow-y: auto; overflow-y: auto;
} }
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment