zouyf_dev #265

Merged
zouyf merged 8 commits from zouyf_dev into main 2024-09-25 09:52:32 +08:00
1 changed files with 9 additions and 7 deletions
Showing only changes of commit b76a589672 - Show all commits

View File

@ -647,13 +647,15 @@ defineExpose({
})
</script>
<style src="@/assets/styles/JYStyle.css"></style>
<style scoped lang="scss">
// :deep(.reserv-date-pick) {
// width: 140px;
// }
// :deep(.reserv-time-pick) {
// width: 240px;
// }
/*:deep(.reserv-date-pick) {
width: 140px;
}
:deep(.reserv-time-pick) {
width: 240px;
}*/
.clwk_dialog {
.clwk_dialog_view {
display: flex;
@ -669,7 +671,7 @@ defineExpose({
.view_teachrting {
flex: 1;
height: 100%;
// overflow-y: auto;
/*overflow-y: auto; */
overflow: hidden;
}
}