Merge branch 'develop' of https://github.com/Frappet/bma-ehr-frontend into develop

This commit is contained in:
watcharanondh 2023-06-14 17:47:30 +07:00
commit b8d0a5230c
11 changed files with 1997 additions and 326 deletions

View file

@ -11,16 +11,14 @@ const close = async () => {
};
</script>
<template>
<q-toolbar class="header-main">
<q-toolbar class="q-py-md">
<q-toolbar-title class="header-text">{{ title }}</q-toolbar-title>
<q-btn icon="close" unelevated round dense @click="close" style="color: #ff8080; background-color: #ffdede" />
</q-toolbar>
</template>
<style scoped lang="scss">
.header-main {
padding: 16px 0px 16px 27px;
}
.header-text {
font-size: 18px;

File diff suppressed because it is too large Load diff