增加菁优网样式

This commit is contained in:
“zouyf” 2024-09-25 09:51:09 +08:00
parent b6d9082e1b
commit b76a589672
1 changed files with 9 additions and 7 deletions

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;
}
}