Merge remote-tracking branch 'origin/main'

This commit is contained in:
2025-06-03 16:29:51 +09:00
4 changed files with 75 additions and 6 deletions

View File

@@ -170,7 +170,8 @@ onUnmounted(() => {
} }
&.is-full { &.is-full {
@media (hover: none) and (pointer: coarse) { @media screen and (width < 1400px) {
//@media (hover: none) and (pointer: coarse) {
.modal-content { .modal-content {
width: 100%; width: 100%;
max-width: 100% !important; max-width: 100% !important;

View File

@@ -33,26 +33,84 @@ const isScrolling = computed(() => {
</template> </template>
<style lang="scss"> <style lang="scss">
@media screen and (width < 1400px) and (orientation: landscape) {
@media (hover: none) and (pointer: coarse) { //@media (hover: none) and (pointer: coarse) {
.company-nm { .company-nm {
display:none !important; display:none !important;
} }
.right { .right {
width: 17% !important; width: 19% !important;
} }
.datatable-toolbar { .datatable-toolbar {
.button { .button {
padding: 8px 12px !important; padding: 8px 10px !important;
span:nth-child(1) { span:nth-child(1) {
padding-left:10px;
}
span:nth-child(2) {
display:none; display:none;
} }
} }
} }
} }
@media screen and (width <= 767px) and (orientation: portrait) {
.datatable-toolbar {
.buttons {
justify-content: center !important;
}
}
}
@media screen and (width > 767px) and (width < 1400px) and (orientation: portrait) {
.company-nm {
display:none !important;
}
.brand-end {
.profile-dropdown {
display: none;
}
}
.dropdown-menu {
.v-avatar {
min-width: 40px !important;
max-width: 40px !important;
img {
min-width: 35px !important;
width: 35px !important;
height: 35px !important;
}
}
}
.datatable-toolbar {
.button {
padding: 8px 10px !important;
span:nth-child(1) {
padding-left:10px;
}
span:nth-child(2) {
display:none;
}
}
}
}
@media screen and (width < 1000px) and (orientation: landscape) {
.right {
width: 25% !important;
}
.dropdown-menu {
.v-avatar {
max-width: 35px !important;
}
}
}
.navbar-navbar { .navbar-navbar {
position: fixed; position: fixed;
top: 0; top: 0;

View File

@@ -22,6 +22,11 @@ const modelValue = defineModel<boolean>({
</template> </template>
<style scoped lang="scss"> <style scoped lang="scss">
@media screen and (width < 1025px) and (orientation: portrait) {
.navbar-burger {
display:flex !important;
}
}
.navbar-burger { .navbar-burger {
height: 60px; height: 60px;
width: 60px; width: 60px;

View File

@@ -480,13 +480,18 @@ function onRePassword() {
display:none; display:none;
} }
@media (hover: none) and (pointer: coarse) { //@media (hover: none) and (pointer: coarse) {
@media screen and (width <= 1400px) and (orientation: portrait) {
.light-person { .light-person {
display:none; display:none;
} }
.dark-person { .dark-person {
display:block; display:block;
} }
.avatar-area {
justify-content: right !important;
}
} }
.is-dark { .is-dark {