Merge pull request 'zouyf_dev' (#265) from zouyf_dev into main
Reviewed-on: #265
This commit is contained in:
commit
4e478f487a
|
@ -647,13 +647,15 @@ defineExpose({
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style src="@/assets/styles/JYStyle.css"></style>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
// :deep(.reserv-date-pick) {
|
/*:deep(.reserv-date-pick) {
|
||||||
// width: 140px;
|
width: 140px;
|
||||||
// }
|
}
|
||||||
// :deep(.reserv-time-pick) {
|
:deep(.reserv-time-pick) {
|
||||||
// width: 240px;
|
width: 240px;
|
||||||
// }
|
}*/
|
||||||
.clwk_dialog {
|
.clwk_dialog {
|
||||||
.clwk_dialog_view {
|
.clwk_dialog_view {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -669,7 +671,7 @@ defineExpose({
|
||||||
.view_teachrting {
|
.view_teachrting {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
// overflow-y: auto;
|
/*overflow-y: auto; */
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue