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 @@
</el-form-item>
</el-form>
<div class="bottom-wrapper">
<btn nativeType="cx" type="primary" @click="updateInfo">更新信息</btn>
<btn nativeType="cx" type="primary" @click="updateInfo">更新信息</btn>
</div>
</div>
</div>
......
......@@ -74,15 +74,13 @@
flex-direction: column;
.btnColRight {
// background-color: cadetblue;
height: 60px;
height: 30px;
.button:nth-child(1) {
position: absolute;
left: 30px;
top: 20px;
}
.button:nth-child(2) {
position: absolute;
top: 20px;
left: 120px;
}
}
......
......@@ -214,11 +214,10 @@
// @import "~@/styles/public.scss";
.btnColRight {
height: 60px;
height: 30px;
.button {
position: absolute;
left: 30px;
top: 20px;
}
}
/deep/.el-table__expand-icon {
......
......@@ -485,11 +485,10 @@
// @import "~@/styles/public.scss";
.btnColRight {
height: 60px;
height: 30px;
.button {
position: absolute;
left: 30px;
top: 20px;
}
}
/deep/.el-button.is-disabled.el-button--text {
......
......@@ -332,11 +332,10 @@
<style scoped lang="scss">
@import "~@/styles/mixin.scss";
.btnColRight {
height: 60px;
height: 30px;
.button {
position: absolute;
left: 30px;
top: 20px;
}
}
/deep/.el-button.is-disabled.el-button--text {
......