+
@@ -463,8 +466,7 @@ export default {
// 滚动到容器底部
scrollToBottom() {
this.$nextTick(() => {
- const container = this.$refs.approveDetailsBox
- container.scrollTo({
+ this.$refs.approveDetailsBox?.scrollTo({
top: container.scrollHeight + 1000,
behavior: 'smooth'
});
diff --git a/resources/assets/sass/components/drawer-overlay.scss b/resources/assets/sass/components/drawer-overlay.scss
index a18558265..c70e21d0e 100644
--- a/resources/assets/sass/components/drawer-overlay.scss
+++ b/resources/assets/sass/components/drawer-overlay.scss
@@ -130,6 +130,7 @@
max-width: 100%;
max-height: 100%;
position: relative;
+ z-index: 2;
}
}
diff --git a/resources/assets/sass/pages/page-approve.scss b/resources/assets/sass/pages/page-approve.scss
index 2761c481f..b4e31f3f0 100644
--- a/resources/assets/sass/pages/page-approve.scss
+++ b/resources/assets/sass/pages/page-approve.scss
@@ -198,7 +198,6 @@
}
}
-
.approve-details {
flex: 1 1 auto;
display: flex;
@@ -244,6 +243,7 @@
.approve-details-subtitle {
margin-top: 8px;
display: flex;
+ align-items: center;
.ivu-avatar {
margin-right: 8px;
@@ -436,7 +436,6 @@
}
}
-
.page-approve-setting{
.approve-row {
@@ -514,7 +513,12 @@
}
}
-//
+.ivu-modal {
+ .approve-details {
+ border-width: 0;
+ }
+}
+
body.window-portrait {
.page-approve{
.approve-head {