|
|
@@ -570,7 +570,7 @@ export default {
|
|
|
height: 80px;
|
|
|
overflow: hidden;
|
|
|
border: 2px solid #346cda;
|
|
|
- border-radius: 8px;
|
|
|
+ border-radius: 4px;
|
|
|
}
|
|
|
|
|
|
.items-lian {
|
|
|
@@ -586,7 +586,7 @@ export default {
|
|
|
min-height: 32px;
|
|
|
margin-top: 16px;
|
|
|
overflow: hidden;
|
|
|
- border-radius: 8px;
|
|
|
+ border-radius: 4px;
|
|
|
|
|
|
:deep .edit-div {
|
|
|
min-height: 32px;
|
|
|
@@ -597,7 +597,7 @@ export default {
|
|
|
|
|
|
// background-color: #deebff;
|
|
|
border: 1px solid transparent;
|
|
|
- border-radius: 8px;
|
|
|
+ border-radius: 4px;
|
|
|
}
|
|
|
|
|
|
.right {
|
|
|
@@ -645,14 +645,14 @@ export default {
|
|
|
|
|
|
.rightBorderRadius {
|
|
|
border-radius: 0;
|
|
|
- border-top-right-radius: 8px;
|
|
|
- border-bottom-right-radius: 8px;
|
|
|
+ border-top-right-radius: 4px;
|
|
|
+ border-bottom-right-radius: 4px;
|
|
|
}
|
|
|
|
|
|
.leftBorderRadius {
|
|
|
border-radius: 0;
|
|
|
- border-top-left-radius: 8px;
|
|
|
- border-bottom-left-radius: 8px;
|
|
|
+ border-top-left-radius: 4px;
|
|
|
+ border-bottom-left-radius: 4px;
|
|
|
}
|
|
|
|
|
|
.NoborderRight {
|