Compare commits

..

No commits in common. "605bf04e431e385baeb6665c8aaf9b61965e0b0c" and "9a040024d9b4a4557ba895ea7bf70c5398846bee" have entirely different histories.

2 changed files with 0 additions and 13 deletions

View File

@ -4,7 +4,6 @@
:fullscreen="true"
:close-on-click-modal="false"
:before-close="beforeClose"
:append-to-body="true"
class="downloadDicomAndNonedicom"
>
<span slot="title">{{ title }}</span>

View File

@ -4,7 +4,6 @@
:fullscreen="true"
:close-on-click-modal="false"
:before-close="beforeClose"
:append-to-body="true"
class="uploadDicomAndNonedicom"
>
<span slot="title">{{ title }}</span>
@ -81,15 +80,4 @@ export default {
::v-deep.el-tabs--left .el-tabs__header.is-left {
margin-right: 0;
}
.uploadDicomAndNonedicom {
::v-deep.el-tabs--border-card > .el-tabs__header .el-tabs__item {
color: #909399;
}
::v-deep.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
color: #428bca;
background-color: #fff;
border-right-color: #dcdfe6;
border-left-color: #dcdfe6;
}
}
</style>