29 lines
466 B
SCSS
29 lines
466 B
SCSS
.protable {
|
|
// flex: 1;
|
|
padding: 20px;
|
|
height: calc(100% - 60px);
|
|
min-height: 415px;
|
|
border-radius: 8px;
|
|
background-color: white;
|
|
.operate-btn {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
}
|
|
.tab-card {
|
|
:deep() {
|
|
.el-card {
|
|
margin-bottom: 20px;
|
|
border: none;
|
|
border-radius: 8px;
|
|
height: 56px;
|
|
}
|
|
.el-button {
|
|
font-size: 14px;
|
|
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
}
|
|
}
|
|
}
|