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

bug修改

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