|
@@ -438,7 +438,8 @@
|
|
|
.sheet-box {
|
|
.sheet-box {
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
.sheet-box-left {
|
|
.sheet-box-left {
|
|
|
- height: calc(100vh - 25px);
|
|
|
|
|
|
|
+ height: calc( 100vh );
|
|
|
|
|
+ // height: calc(100vh - 15px);
|
|
|
padding: 24px 0 24px 24px;
|
|
padding: 24px 0 24px 24px;
|
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|
|
|
.sheet-left-panel {
|
|
.sheet-left-panel {
|
|
@@ -449,6 +450,7 @@
|
|
|
padding: 24px 24px 24px 0;
|
|
padding: 24px 24px 24px 0;
|
|
|
// margin: 0 -24px -24px;
|
|
// margin: 0 -24px -24px;
|
|
|
background-color: #fafafa;
|
|
background-color: #fafafa;
|
|
|
|
|
+ border-left: 1px solid #eaeaea;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.sheet-right-panel,.sheet-panel-record {
|
|
.sheet-right-panel,.sheet-panel-record {
|
|
@@ -459,6 +461,9 @@
|
|
|
.sheet-btns {
|
|
.sheet-btns {
|
|
|
height: 54px;
|
|
height: 54px;
|
|
|
}
|
|
}
|
|
|
|
|
+.sheet-right-panel .ant-card,.sheet-right-panel .ant-table{
|
|
|
|
|
+ background: #fafafa;
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
.zh-circle-icon {
|
|
.zh-circle-icon {
|
|
|
display: inline-block;
|
|
display: inline-block;
|