diff --git a/src/views/learningpath/LevelAddDetail.vue b/src/views/learningpath/LevelAddDetail.vue index 83690301..3e17c52b 100644 --- a/src/views/learningpath/LevelAddDetail.vue +++ b/src/views/learningpath/LevelAddDetail.vue @@ -319,13 +319,14 @@ -
+
暂存 确定 取消
+
@@ -1963,7 +1964,7 @@ const cancelStorage = async () => { .btnbox { display: flex; - margin-right: 36px; + margin-right: 275px; height: 80px; .btn { @@ -2131,4 +2132,8 @@ const cancelStorage = async () => { } } } +.footBox { + position: fixed; + bottom: 0; +} diff --git a/src/views/projectcenter/TaskAdd.vue b/src/views/projectcenter/TaskAdd.vue index c3e6656c..3ee813f9 100644 --- a/src/views/projectcenter/TaskAdd.vue +++ b/src/views/projectcenter/TaskAdd.vue @@ -274,14 +274,14 @@
-
+
暂存 确定 取消
- +
@@ -1617,7 +1617,7 @@ const cancelStorage = async () => { .btnbox { display: flex; - margin-right: 36px; + margin-right: 275px; height: 80px; .btn { @@ -1661,4 +1661,9 @@ const cancelStorage = async () => { } } } + +.footBox { + position: fixed; + bottom: 0; +}