diff --git a/src/components/header.vue b/src/components/header.vue index 20405db..b9a87f6 100644 --- a/src/components/header.vue +++ b/src/components/header.vue @@ -339,7 +339,7 @@ onBeforeUnmount(() => { background-size: 100% 100%; display: flex; height: 62px; - width: 160px; + width: 190px; margin: 0 -14px; } @@ -348,7 +348,7 @@ onBeforeUnmount(() => { background-size: 100% 100%; display: flex; height: 62px; - width: 160px; + width: 190px; margin: 0 -14px; } @@ -357,7 +357,7 @@ onBeforeUnmount(() => { background-size: 100% 100%; display: flex; height: 62px; - width: 160px; + width: 190px; margin: 0 -14px; } @@ -366,17 +366,17 @@ onBeforeUnmount(() => { background-size: 100% 100%; display: flex; height: 62px; - width: 160px; + width: 190px; margin: 0 -14px; } .itemText { - width: 150px; + width: 160px; height: 62px; margin: 0 auto; text-align: center; line-height: 62px; - font-size: 18px; + font-size: 22px; color: #fff; } } diff --git a/src/view/dialog/dialogRW.vue b/src/view/dialog/dialogRW.vue index 4f35b88..5bd239e 100644 --- a/src/view/dialog/dialogRW.vue +++ b/src/view/dialog/dialogRW.vue @@ -66,7 +66,7 @@ :data="data.tableData" height="390px" max-height="390" - :header-cell-style="{ background: 'rgba(0, 143, 205, 0.63)' }" + :header-cell-style="{ background: 'rgba(0, 143, 205, 0.63)', fontSize:' 22px' }" :row-style="rowState" @row-click="handleRowClick" stripe @@ -188,7 +188,7 @@ const props = defineProps({ const emit = defineEmits(["close", "handle", "showList"]); const rowState = (row) => { return { - fontSize: "22px", + fontSize: "19px", lineHeight: "33px", // letterSpacing: "1px", // height: "36px", @@ -406,10 +406,13 @@ const closeDialog = () => { color: #fff; display: flex; align-items: center; - font-size: 18px; + font-size: 22px; justify-content: space-between; margin-bottom: 10px; margin-top: 46px; + span{ + font-size: 22px; + } img { width: 36px; height: 36px; diff --git a/src/view/person/rwTable.vue b/src/view/person/rwTable.vue index c361bbb..667ebd8 100644 --- a/src/view/person/rwTable.vue +++ b/src/view/person/rwTable.vue @@ -33,10 +33,10 @@
{ return { // paddingLeft: "10px", letterSpacing: "1px", - fontSize: "16px", + fontSize: "20px", height: "79px", backgroundColor: "rgba(23, 62, 115)", color: "#fff", @@ -734,7 +734,7 @@ const rowState = (row) => { if (row.rowIndex % 2 == 0) { return { letterSpacing: "1px", - fontSize: "22px", + fontSize: "19px", height: "36px", backgroundColor: "rgba(31, 63, 113, 1)", color: "#fff", @@ -742,7 +742,7 @@ const rowState = (row) => { } else if (row.rowIndex % 2 !== 0) { return { letterSpacing: "1px", - fontSize: "22px", + fontSize: "19px", height: "36px", backgroundColor: "rgba(43, 74, 121, 1)", color: "#fff", @@ -941,6 +941,7 @@ onMounted(() => { top: 0; width: 100%; height: 79px; + font-size: 20px; // background: linear-gradient( // 270deg, // rgba(0, 52, 131, 0.20) 0%, @@ -1030,7 +1031,7 @@ onMounted(() => { align-items: center; justify-content: space-between; span { - font-size: 23px; + font-size: 28px; font-weight: 500; font-family: titleNore; margin-left: 20px;