90da152b by renchao@pashanhoo.com

style:业务流程功能的完善

1 parent 2cc94fa0
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
50 } 50 }
51 51
52 .el-icon-delete { 52 .el-icon-delete {
53 margin-top: 10px; 53 margin-top: 0;
54 } 54 }
55 55
56 .title-detail { 56 .title-detail {
......
...@@ -50,12 +50,11 @@ ...@@ -50,12 +50,11 @@
50 } 50 }
51 51
52 .el-icon-delete { 52 .el-icon-delete {
53 margin-top: 10px; 53 margin-top: 0;
54 } 54 }
55 55
56 .title-detail { 56 .title-detail {
57 display: flex; 57 word-wrap: break-word;
58 flex-wrap: wrap;
59 width: 100%; 58 width: 100%;
60 } 59 }
61 60
...@@ -102,7 +101,7 @@ ...@@ -102,7 +101,7 @@
102 } 101 }
103 102
104 .animation-map-drawer { 103 .animation-map-drawer {
105 width: 260px; 104 width: 290px;
106 height: calc(100% - 80px); 105 height: calc(100% - 80px);
107 } 106 }
108 107
......