|
@@ -2,8 +2,8 @@
|
|
|
<div class="ehr-page">
|
|
<div class="ehr-page">
|
|
|
<Header />
|
|
<Header />
|
|
|
|
|
|
|
|
- <div class="banner max-w-[1400px] mx-auto rounded-2xl pt-2">
|
|
|
|
|
- <section class="hero max-w-[1400px] mx-auto">
|
|
|
|
|
|
|
+ <div class="banner rounded-2xl pt-2">
|
|
|
|
|
+ <section class="hero">
|
|
|
<div class="hero-inner">
|
|
<div class="hero-inner">
|
|
|
<!-- 判断上下午 -->
|
|
<!-- 判断上下午 -->
|
|
|
<h1 class="hero-title">
|
|
<h1 class="hero-title">
|
|
@@ -17,7 +17,7 @@
|
|
|
</section>
|
|
</section>
|
|
|
|
|
|
|
|
<!-- 任务统计 -->
|
|
<!-- 任务统计 -->
|
|
|
- <section class="total max-w-[1400px] mx-auto">
|
|
|
|
|
|
|
+ <section class="total">
|
|
|
<div class="total-card" v-for="(item, index) in stats" :key="index">
|
|
<div class="total-card" v-for="(item, index) in stats" :key="index">
|
|
|
<el-popover
|
|
<el-popover
|
|
|
placement="top"
|
|
placement="top"
|
|
@@ -96,7 +96,7 @@
|
|
|
</section>
|
|
</section>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <div class="content max-w-[1500px] mx-auto mt-5">
|
|
|
|
|
|
|
+ <div class="content mt-5">
|
|
|
<div class="search-bar">
|
|
<div class="search-bar">
|
|
|
<div class="search-input">
|
|
<div class="search-input">
|
|
|
<Icon icon="mdi:magnify" class="search-icon" />
|
|
<Icon icon="mdi:magnify" class="search-icon" />
|
|
@@ -919,7 +919,7 @@ onBeforeUnmount(() => {
|
|
|
|
|
|
|
|
.hero {
|
|
.hero {
|
|
|
position: relative;
|
|
position: relative;
|
|
|
- padding: 20px 6vw 48px;
|
|
|
|
|
|
|
+ padding: 20px 5vw 48px;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
display: flex;
|
|
display: flex;
|
|
@@ -959,7 +959,7 @@ onBeforeUnmount(() => {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.content {
|
|
.content {
|
|
|
- padding: 0 6vw 80px;
|
|
|
|
|
|
|
+ padding: 0 5vw 80px;
|
|
|
/* height: 80vh; */
|
|
/* height: 80vh; */
|
|
|
}
|
|
}
|
|
|
|
|
|