Skip to content

Commit 42781ca

Browse files
committed
患者一覧の症状・グラフのスタイルを調整
1 parent 6b6302a commit 42781ca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

components/PatientOverview.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ export default class PatientOverview extends Vue {
296296
border-radius: 14px;
297297
font-size: 10px;
298298
padding: 0 8px;
299+
max-width: 70%;
299300
}
300301
.symptomsItem:not(:last-of-type)::after {
301302
content: '';

components/PatientOverviewGraph.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<client-only>
44
<Apexcharts
55
type="line"
6-
height="180px"
6+
height="200px"
77
:options="chartOptions"
88
:series="series"
99
/>

0 commit comments

Comments
 (0)