Browse Source

peter

360view
newPeter7 2 years ago
parent
commit
0e8d46323f
  1. 9
      src/page-subspecialty/views/modules/scientificManagement/subjectMgt/log/index.vue

9
src/page-subspecialty/views/modules/scientificManagement/subjectMgt/log/index.vue

@ -89,6 +89,14 @@ export default {
}
</script>
<style lang="scss" scoped>
.aui-card--fill {
height: 100%;
::v-deep .el-card__body{
height: 100%;
overflow-y: auto;
}
}
.input-with-select {
width: 500px;
@ -99,5 +107,6 @@ export default {
::v-deep .el-input-group__prepend {
background-color: #fff;
}
}
</style>

Loading…
Cancel
Save