|
@@ -85,7 +85,7 @@ export default {
|
|
|
.border-main {
|
|
|
// width: 100%;
|
|
|
height: 100%;
|
|
|
- border: 1px solid #ccc;
|
|
|
+ border: 1px solid #dfe6ec;
|
|
|
// border-radius: 5px;
|
|
|
padding-left: 10px;
|
|
|
.list-name {
|
|
@@ -101,7 +101,7 @@ export default {
|
|
|
margin-top: 10px;
|
|
|
height: 70px;
|
|
|
width: 200px;
|
|
|
- border: 1px solid #a1a1a1;
|
|
|
+ border: 1px solid #dfe6ec;
|
|
|
border-radius: 5px;
|
|
|
background-color: #e4e4e4;
|
|
|
padding: 10px;
|