27ed4e81 by xiaomiao

样式调整

1 parent c63c11ff

1.4 KB | W: | H:

1.34 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
35 </el-form-item> 35 </el-form-item>
36 </el-form> 36 </el-form>
37 <div class="bottom-wrapper"> 37 <div class="bottom-wrapper">
38 <btn nativeType="cx" type="primary" @click="updateInfo">更新信息</btn> 38 <btn nativeType="cx" type="primary" @click="updateInfo">更新信息</btn>
39 </div> 39 </div>
40 </div> 40 </div>
41 </div> 41 </div>
......
...@@ -74,15 +74,13 @@ ...@@ -74,15 +74,13 @@
74 flex-direction: column; 74 flex-direction: column;
75 .btnColRight { 75 .btnColRight {
76 // background-color: cadetblue; 76 // background-color: cadetblue;
77 height: 60px; 77 height: 30px;
78 .button:nth-child(1) { 78 .button:nth-child(1) {
79 position: absolute; 79 position: absolute;
80 left: 30px; 80 left: 30px;
81 top: 20px;
82 } 81 }
83 .button:nth-child(2) { 82 .button:nth-child(2) {
84 position: absolute; 83 position: absolute;
85 top: 20px;
86 left: 120px; 84 left: 120px;
87 } 85 }
88 } 86 }
......
...@@ -214,11 +214,10 @@ ...@@ -214,11 +214,10 @@
214 214
215 // @import "~@/styles/public.scss"; 215 // @import "~@/styles/public.scss";
216 .btnColRight { 216 .btnColRight {
217 height: 60px; 217 height: 30px;
218 .button { 218 .button {
219 position: absolute; 219 position: absolute;
220 left: 30px; 220 left: 30px;
221 top: 20px;
222 } 221 }
223 } 222 }
224 /deep/.el-table__expand-icon { 223 /deep/.el-table__expand-icon {
......
...@@ -485,11 +485,10 @@ ...@@ -485,11 +485,10 @@
485 485
486 // @import "~@/styles/public.scss"; 486 // @import "~@/styles/public.scss";
487 .btnColRight { 487 .btnColRight {
488 height: 60px; 488 height: 30px;
489 .button { 489 .button {
490 position: absolute; 490 position: absolute;
491 left: 30px; 491 left: 30px;
492 top: 20px;
493 } 492 }
494 } 493 }
495 /deep/.el-button.is-disabled.el-button--text { 494 /deep/.el-button.is-disabled.el-button--text {
......
...@@ -332,11 +332,10 @@ ...@@ -332,11 +332,10 @@
332 <style scoped lang="scss"> 332 <style scoped lang="scss">
333 @import "~@/styles/mixin.scss"; 333 @import "~@/styles/mixin.scss";
334 .btnColRight { 334 .btnColRight {
335 height: 60px; 335 height: 30px;
336 .button { 336 .button {
337 position: absolute; 337 position: absolute;
338 left: 30px; 338 left: 30px;
339 top: 20px;
340 } 339 }
341 } 340 }
342 /deep/.el-button.is-disabled.el-button--text { 341 /deep/.el-button.is-disabled.el-button--text {
......