提交 18cb0dd4 编写于 作者: changdi.hao's avatar changdi.hao

Merge branch 'develop-3.18.0' into 'release'

Develop 3.18.0

See merge request com.pica.cloud.education.frontend/pica.cloud.web-education-admin!332
...@@ -236,4 +236,21 @@ ...@@ -236,4 +236,21 @@
.el-input__inner:focus, .el-textarea__inner:focus { .el-input__inner:focus, .el-textarea__inner:focus {
border-color: #449284 !important; border-color: #449284 !important;
} }
.el-table {
th.el-table__cell>.cell.highlight {
color: #449284 !important;
}
}
.el-table-filter {
.el-table-filter__content {
.el-checkbox__input.is-checked+.el-checkbox__label {
color: #449284 !important;
}
.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
background-color: #449284 !important;
border-color: #449284 !important;
}
}
}
...@@ -593,7 +593,6 @@ ...@@ -593,7 +593,6 @@
} }
</script> </script>
<style lang="scss"> <style lang="scss">
.order-detail-wrapper{ .order-detail-wrapper{
.el-dialog__wrapper { .el-dialog__wrapper {
.el-dialog { .el-dialog {
...@@ -788,7 +787,6 @@ ...@@ -788,7 +787,6 @@
.el-step__title { .el-step__title {
font-size: 14px; font-size: 14px;
} }
.el-step:last-of-type .el-step__line { .el-step:last-of-type .el-step__line {
display: block !important; display: block !important;
height: 30%; height: 30%;
...@@ -800,7 +798,8 @@ ...@@ -800,7 +798,8 @@
border: 1px solid #999999; border: 1px solid #999999;
background-color: #b8b8b8; background-color: #b8b8b8;
} }
.el-steps--vertical {
height: auto;
}
} }
</style> </style>
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
<el-tab-pane label="已发货" name="third"></el-tab-pane> <el-tab-pane label="已发货" name="third"></el-tab-pane>
<el-tab-pane label="已完成" name="fourth"></el-tab-pane> <el-tab-pane label="已完成" name="fourth"></el-tab-pane>
<el-tab-pane label="已取消" name="six"></el-tab-pane> <el-tab-pane label="已取消" name="six"></el-tab-pane>
<el-tab-pane label="退款/关闭" name="five"></el-tab-pane> <el-tab-pane label="退款/售后" name="five"></el-tab-pane>
</el-tabs> </el-tabs>
<el-table <el-table
:data="tableData" :data="tableData"
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册