|
@@ -704,6 +704,7 @@ export default {
|
|
|
height: 500px;
|
|
|
overflow: hidden;
|
|
|
.left {
|
|
|
+ border-right: 1px dashed #ccc;
|
|
|
.leftTop {
|
|
|
height: 50px;
|
|
|
.txt {
|
|
@@ -845,6 +846,7 @@ export default {
|
|
|
margin: 0 0 15px 0;
|
|
|
background-color: #e9edf6;
|
|
|
.left {
|
|
|
+ border-right: 1px dashed #ccc;
|
|
|
.leftTop {
|
|
|
height: 50px;
|
|
|
.txt {
|