提交 7d188565 作者: 温凯

fix:任务库交互更改

上级 49d69e55
......@@ -606,8 +606,8 @@ export default {
<style lang="scss" scoped>
.airway-edit {
position: absolute;
top: -50px;
width: 450px;
top: 0px;
width: 351px;
z-index: 2;
.dialog-content {
......
......@@ -143,6 +143,7 @@ export default {
}
},
beforeDestroy() {
this.showAirwayEdit = false;
this.bus.$off("startTask", this.onStartTask);
this.clearAirwayEntities();
},
......@@ -223,7 +224,7 @@ export default {
<style lang="scss" scoped>
.taskListBox {
height: 100%;
width: 416px;
width: 100%;
background: #222222;
border-radius: 12px;
transition: 0.3s;
......
......@@ -193,7 +193,7 @@ export default {
background: rgba(9, 32, 87, 0.7);
// border: 1px solid #70daf9;
position: absolute;
top: -5px;
top: 50px;
left: 550px;
width: 512x;
z-index: 1;
......
......@@ -176,7 +176,7 @@ export default {
.task-add {
height: 250px;
position: absolute;
top: -5px;
top: 50px;
left: 550px;
width: 520px;
z-index: 1;
......
......@@ -63,7 +63,7 @@ export default {
<style lang="scss" scoped>
.task-list {
width: 416px;
width: 350px;
height: 254px;
background: #222222;
border-radius: 10px 10px 0 0;
......
......@@ -63,7 +63,7 @@ export default {
<style lang="scss" scoped>
.task-list {
width: 416px;
width: 350px;
height: 254px;
background: #222222;
border-radius: 10px 10px 0 0;
......
......@@ -629,9 +629,8 @@ export default {
<style lang="scss" scoped>
.airway-edit {
position: absolute;
top: -50px;
width: 450px;
top: 0px;
width: 352px;
.dialog-content {
display: flex;
flex-direction: column;
......
......@@ -210,7 +210,7 @@ export default {
<style lang="scss" scoped>
.taskListBox {
height: 200px;
width: 416px;
width: 350px;
background: #222222;
border-radius: 12px;
transition: 0.3s;
......
......@@ -543,9 +543,8 @@ export default {
<style lang="scss" scoped>
.airway-edit {
position: absolute;
top: -50px;
width: 450px;
top: 0px;
width: 352px;
.dialog-content {
display: flex;
flex-direction: column;
......
......@@ -234,7 +234,7 @@ export default {
<style lang="scss" scoped>
.taskListBox {
min-height: 254px;
width: 416px;
width:350px;
background: #222222;
border-radius: 12px;
transition: 0.3s;
......
......@@ -139,6 +139,7 @@ export default {
height: 48px;
background: #ffffff;
border-radius: 2px;
top: -29px;
display: flex;
justify-content: center;
align-items: center;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论