提交 7d188565 作者: 温凯

fix:任务库交互更改

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