|
@@ -308,15 +308,17 @@ export default {
|
|
|
.detail {
|
|
|
display: flex;
|
|
|
position: fixed;
|
|
|
- top: calc(50% - 300px);
|
|
|
- right: calc(50% - 540px);
|
|
|
+ width:calc(60% - 0px);
|
|
|
+ height: calc(60% - 0px);
|
|
|
+ top: calc(22% - 0px);
|
|
|
+ right: calc(20% - 0px);
|
|
|
user-select: none;
|
|
|
}
|
|
|
|
|
|
.detail .ant-card-body {
|
|
|
padding: 4px;
|
|
|
width: calc(100% - 0px);
|
|
|
- max-height: 600px;
|
|
|
+ max-height: calc(100% - 60px);
|
|
|
overflow-y: auto;
|
|
|
/* box-shadow: 0 0 5px #357ee5;*/
|
|
|
}
|