|
|
@@ -91,7 +91,7 @@
|
|
|
title="提示"
|
|
|
:visible.sync="dialogVisible"
|
|
|
width="30%"
|
|
|
- :before-close="handleClose">
|
|
|
+ >
|
|
|
<span>{{dialogText}}</span>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
<el-button type="primary" @click="dialogVisible = false">知道了</el-button>
|
|
|
@@ -491,8 +491,8 @@
|
|
|
}
|
|
|
|
|
|
.recordMain {
|
|
|
- /*height: 6rem;*/
|
|
|
- height: 100%;
|
|
|
+ height: 6rem;
|
|
|
+ /*height: 100%;*/
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
|
@@ -861,12 +861,13 @@
|
|
|
.bottom {
|
|
|
position: relative;
|
|
|
width: 100%;
|
|
|
+ height: 4rem;
|
|
|
padding-top: 0.1rem;
|
|
|
bottom: 0.2rem;
|
|
|
}
|
|
|
|
|
|
/deep/ .el-carousel__indicators--horizontal {
|
|
|
- /*display: none;*/
|
|
|
+ display: none;
|
|
|
}
|
|
|
|
|
|
/deep/ .el-carousel {
|