样式冲突更改
continuous-integration/drone/push Build is passing Details

uat_us
caiyiling 2026-04-24 14:49:32 +08:00
parent 5a1b64a023
commit 26412931a9
1 changed files with 39 additions and 55 deletions

View File

@ -1135,45 +1135,7 @@ export default {
} }
} }
</script> </script>
<style lang="scss">
<style>
.dicom-wrapper {
display: flex;
height: 100%;
}
.dicom-wrapper .case-dialog-class {
position: fixed;
left: 25%;
pointer-events: auto;
display: block;
overflow: auto;
}
.dicom-wrapper .case-dialog-div {
pointer-events: none;
}
.dicom-wrapper .case-dialog-class .el-dialog__body {
max-height: 300px;
overflow-y: auto;
}
.dicom-wrapper .el-dialog__header {
padding: 15px;
}
.dicom-wrapper .el-dialog__body {
padding: 10px 20px;
}
.dicom-viewer {
display: flex;
flex-direction: column;
flex: 1;
position: relative;
}
.Anonymous { .Anonymous {
position: absolute; position: absolute;
border-radius: 5px; border-radius: 5px;
@ -1213,26 +1175,48 @@ export default {
cursor: not-allowed; cursor: not-allowed;
} }
} }
</style>
.Anonymous .btn { <style>
width: 15%; .dicom-wrapper {
text-align: center; display: flex;
height: 40px; height: 100%;
line-height: 30px;
border-radius: 15px;
background-color: rgba(255, 255, 255, .3);
cursor: pointer;
padding: 5px 10px;
border: 1px solid rgba(255, 255, 255, .7);
}
.Anonymous .btn:hover {
background-color: rgba(255, 255, 255, .5);
} }
.Anonymous .activeBtn { .dicom-wrapper .case-dialog-class {
background-color: rgba(255, 255, 255, .5); position: fixed;
left: 25%;
pointer-events: auto;
display: block;
overflow: auto;
} }
.dicom-wrapper .case-dialog-div {
pointer-events: none;
}
.dicom-wrapper .case-dialog-class .el-dialog__body {
max-height: 300px;
overflow-y: auto;
}
.dicom-wrapper .el-dialog__header {
padding: 15px;
}
.dicom-wrapper .el-dialog__body {
padding: 10px 20px;
}
.dicom-viewer {
display: flex;
flex-direction: column;
flex: 1;
position: relative;
}
.btnBox { .btnBox {
display: inline-block; display: inline-block;