diff --git a/jwtech-admin-page/src/views/building/projectInfo/projectProcess/baseMsg.vue b/jwtech-admin-page/src/views/building/projectInfo/projectProcess/baseMsg.vue index 772458f8..c2c0caeb 100644 --- a/jwtech-admin-page/src/views/building/projectInfo/projectProcess/baseMsg.vue +++ b/jwtech-admin-page/src/views/building/projectInfo/projectProcess/baseMsg.vue @@ -404,11 +404,11 @@ -
- 确 定 - 取 消 -
+
+ 确 定 + 取 消 +
@@ -827,14 +827,10 @@ export default { // .app-container { // transform: scale(1); // } -// .btnList { -// padding: 10px 0; -// background: #fff; -// width: 100%; -// display: flex; -// justify-content: center; -// position: fixed; -// right: 10px; -// bottom: 20px; -// } +.btnList { + position: fixed; + bottom: 20px; + right: 20px; + z-index: 1; +}