Browse Source

0227

master
领悟 5 months ago
parent
commit
634c1ef23e
  1. 3
      src/App.vue
  2. BIN
      src/assets/images/slice/icon01.png
  3. BIN
      src/assets/images/slice/icon02.png
  4. BIN
      src/assets/images/slice/icon03.png
  5. BIN
      src/assets/images/slice/icon04.png
  6. 2
      src/layouts/BasicLayout.less
  7. 2
      src/views/Patient/components/patient-create.vue
  8. 10
      src/views/thrombolysis/components/throm-interfere.vue

3
src/App.vue

@ -128,7 +128,8 @@
if (
n.path !== '/' &&
n.name !== 'PatientList' &&
n.name !== 'Min'
n.name !== 'Min'&&
n.name !== '/login'
) {
this.init();
}

BIN
src/assets/images/slice/icon01.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
src/assets/images/slice/icon02.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 978 B

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
src/assets/images/slice/icon03.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
src/assets/images/slice/icon04.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

2
src/layouts/BasicLayout.less

@ -245,7 +245,7 @@
}
}
.person-footer{
margin-top: 200px;
margin-top: 100px;
padding: 1rem;
.person-footer-button {

2
src/views/Patient/components/patient-create.vue

@ -1,5 +1,5 @@
<template>
<a-modal class="patient-form" :width="600" :maskClosable="false" :confirmLoading="confirmLoading" :closable="false"
<a-modal class="patient-form" :width="630" :maskClosable="false" :confirmLoading="confirmLoading" :closable="false"
:destroyOnClose="true" v-model="createVisible" :title="title" @ok="handleSubmit" :footer="null">
<a-form-model ref="form" :model="form" :label-col="{ span: 4 }" :wrapper-col="{ span: 20 }" labelAlign="left"
class="create-form" :rules="rules">

10
src/views/thrombolysis/components/throm-interfere.vue

@ -54,15 +54,19 @@
margin-right: .2rem;
background-color: #fff;
// .ant-steps-vertical .ant-steps-item-content {
// min-height: 10rem;
// }
.ant-steps-vertical .ant-steps-item-content {
min-height: 10rem;
}
.ant-steps {
height: 100%;
padding-bottom: 20px;
box-sizing: border-box;
display: flex;
flex-direction: column;
.ant-steps-item{
flex: none
}
}
.ant-steps-item-title {

Loading…
Cancel
Save