diff --git a/src/assets/images/dialog.png b/src/assets/images/dialog.png new file mode 100644 index 0000000..bd40e70 Binary files /dev/null and b/src/assets/images/dialog.png differ diff --git a/src/assets/images/doctors1.png b/src/assets/images/doctors1.png new file mode 100644 index 0000000..07b4629 Binary files /dev/null and b/src/assets/images/doctors1.png differ diff --git a/src/assets/images/doctors2.png b/src/assets/images/doctors2.png new file mode 100644 index 0000000..db3293c Binary files /dev/null and b/src/assets/images/doctors2.png differ diff --git a/src/assets/images/doctors3.png b/src/assets/images/doctors3.png new file mode 100644 index 0000000..7945acc Binary files /dev/null and b/src/assets/images/doctors3.png differ diff --git a/src/assets/images/doctors4.png b/src/assets/images/doctors4.png new file mode 100644 index 0000000..81ff5d0 Binary files /dev/null and b/src/assets/images/doctors4.png differ diff --git a/src/assets/less/index.less b/src/assets/less/index.less index c3f09bc..5bc59f5 100644 --- a/src/assets/less/index.less +++ b/src/assets/less/index.less @@ -1,9 +1,9 @@ .type-time { - text-align: right; padding-right: 4%; - padding-top: 5%; - font-size: 18px; - + padding-top: 3%; + font-size: 16px; + display: flex; + justify-content: right; span { padding: 0 2%; cursor: pointer; @@ -17,10 +17,10 @@ content: ''; position: absolute; display: block; - width: 70%; - left: 8px; - bottom: -14px; - height: 8px; + width: 72%; + left: 6px; + bottom: -12px; + height: 6px; background: url("../images/light.png") no-repeat; background-size: 100% 100%; } @@ -48,4 +48,26 @@ border-radius: 25px; background-clip: padding-box; background-color: rgba(0, 0, 0, 0.30); +} +/* + antd表格样式 +*/ +.ant-table-thead > tr > th{ + border-bottom: 1px solid #1e73c2!important; +} +.ant-table-body{ + background-color: #00152B; +} +.ant-modal-header{ + border-bottom: none!important; +} +.ant-table-tbody > tr > td{ + border-bottom: 1px solid #1e73c2!important; + background-color: #00152B; + color: #ffffff; +} +.ant-table-tbody > tr.ant-table-row:hover > td, .ant-table-tbody > tr > td.ant-table-cell-row-hover, +.ant-table-thead > tr > th{ + background-color: #00152B!important; + color: #ffffff!important; } \ No newline at end of file diff --git a/src/assets/ts/antd.ts b/src/assets/ts/antd.ts index 7ffa41f..7177d1a 100644 --- a/src/assets/ts/antd.ts +++ b/src/assets/ts/antd.ts @@ -5,6 +5,7 @@ import { Button, Radio, Modal, + Table } from 'ant-design-vue'; export default function registerGlobComp(app: App) { @@ -13,4 +14,5 @@ export default function registerGlobComp(app: App) { .use(Input) .use(Radio) .use(Modal) + .use(Table) } \ No newline at end of file diff --git a/src/components/body-d-left/oneL.vue b/src/components/body-d-left/oneL.vue index 4840984..ff147d0 100644 --- a/src/components/body-d-left/oneL.vue +++ b/src/components/body-d-left/oneL.vue @@ -68,7 +68,7 @@ function handleSelect(index:number){ display: grid; align-items: start; .server-item{ - font-size: 18px; + font-size: 16px; span{ display: inline-block; width: 50%; diff --git a/src/components/body-d-left/threeL.vue b/src/components/body-d-left/threeL.vue index 96a8987..543b4f8 100644 --- a/src/components/body-d-left/threeL.vue +++ b/src/components/body-d-left/threeL.vue @@ -77,12 +77,11 @@ function handleSelect(index:number){ display: flex; flex-direction: column; span:nth-child(1){ - font-size: 28px; + font-size: 22px; font-weight: bold; } span:nth-child(2){ - padding-top: 6%; - font-size: 22px; + font-size: 16px; } } .physical-item:nth-child(1),.physical-item:nth-child(2),.physical-item:nth-child(3){ diff --git a/src/components/body-d-left/twoL.vue b/src/components/body-d-left/twoL.vue index 4076748..979d791 100644 --- a/src/components/body-d-left/twoL.vue +++ b/src/components/body-d-left/twoL.vue @@ -2,11 +2,11 @@
-
+
{{item.name}}
-
全部数据
+
全部数据
@@ -47,14 +47,14 @@ function initChart(xData,ydata){ data: xData, axisLabel: { color: '#FFFFFF', - fontSize:16, + fontSize:14, }, }, yAxis: { type: 'value', axisLabel: { color: '#FFFFFF', - fontSize:16, + fontSize:14, }, splitLine: { show: true, @@ -90,6 +90,13 @@ function initChart(xData,ydata){ \ No newline at end of file diff --git a/src/components/body-d-right/threeR.vue b/src/components/body-d-right/threeR.vue index 887c110..02e9a55 100644 --- a/src/components/body-d-right/threeR.vue +++ b/src/components/body-d-right/threeR.vue @@ -2,7 +2,10 @@
- +
+
+
+
@@ -11,8 +14,33 @@ import PublicTitle from "../publicTitle.vue"; \ No newline at end of file diff --git a/src/components/body-d-right/twoR.vue b/src/components/body-d-right/twoR.vue index 5018283..6903429 100644 --- a/src/components/body-d-right/twoR.vue +++ b/src/components/body-d-right/twoR.vue @@ -29,7 +29,7 @@ function initChart(xData,ydata){ }, subtextStyle: { color: '#ffffff', - fontSize: 32, + fontSize: 28, }, }, color:['#0098FA','#0CD9B5','#3B72AD'], @@ -42,7 +42,7 @@ function initChart(xData,ydata){ icon: 'circle', textStyle:{ color:'#ffffff', - fontSize:18, + fontSize:16, }, }, series: [ diff --git a/src/components/dialog/Dialog.vue b/src/components/dialog/Dialog.vue index 530a4f2..685ce10 100644 --- a/src/components/dialog/Dialog.vue +++ b/src/components/dialog/Dialog.vue @@ -31,24 +31,20 @@ \ No newline at end of file