Browse Source

公共样式修改

master
mch 2 years ago
parent
commit
3457f275a9
  1. 17
      src/App.vue
  2. 12
      src/views/basic-dictionary/BirthPlace.vue
  3. 2
      src/views/basic-dictionary/DeviceType.vue
  4. 15
      src/views/basic-dictionary/DiagnosisPostfix.vue
  5. 2
      src/views/basic-dictionary/GuideType.vue
  6. 15
      src/views/basic-dictionary/MedicalConclusionType.vue
  7. 2
      src/views/basic-dictionary/MedicalReportType.vue
  8. 2
      src/views/basic-dictionary/MedicalType.vue
  9. 2
      src/views/basic-dictionary/PersonnelType.vue
  10. 17
      src/views/basic-dictionary/ResultStatus.vue
  11. 16
      src/views/basic-dictionary/Sex.vue
  12. 2
      src/views/basic-dictionary/Unit.vue

17
src/App.vue

@ -9,22 +9,21 @@
</template>
<style lang="scss">
//
.buttonarea {
margin-left: 10px;
margin-top: 7%;
}
.el-dialog {
// position: fixed;
// z-index: 1;
// top: 0;
// left: 0;
// background-color: #fff !important;
// background-color: white !important;
// z-index: 999;
// opacity: 0.5;
// background-color: transparent
// z-index: 99;
// background-color: transparent !important;
}
.el-dialog__wrapper {
// background: rgb(235, 235, 235);
// opacity: 0.3;
// z-index: 99;
}
.bulletcommit {
background: rgb(203, 236, 226) !important;

12
src/views/basic-dictionary/BirthPlace.vue

@ -14,7 +14,11 @@
<el-col :span="4">
<el-button
type=""
style="margin-left: 5%;background:rgb(203,240,209);color:rgb(31, 148, 96)"
style="
margin-left: 5%;
background: rgb(203, 240, 209);
color: rgb(31, 148, 96);
"
@click="getlist"
>查询</el-button
>
@ -157,13 +161,15 @@
</el-form>
<span slot="footer" class="dialog-footer">
<el-button @click="dialogVisible = false"> </el-button>
<el-button type="primary" @click="addoredit" class="bulletcommit"> </el-button>
<el-button type="primary" @click="addoredit" class="bulletcommit"
> </el-button
>
</span>
</el-dialog>
</el-card>
</div>
<!-- 按钮区域 -->
<div style="margin-left: 10px; margin-top: 8%">
<div style="margin-top: 8%" class="buttonarea">
<el-button type="" @click="add" class="commonbutton">新增</el-button>
<div style="margin-top: 10px">
<el-button type="" @click="edit" class="commonbutton">编辑</el-button>

2
src/views/basic-dictionary/DeviceType.vue

@ -169,7 +169,7 @@
</el-card>
</div>
<!-- 按钮区域 -->
<div style="margin-left: 10px; margin-top: 8%">
<div style="margin-top: 8%" class="buttonarea">
<el-button type="" @click="add" class="commonbutton">新增</el-button>
<div style="margin-top: 10px">
<el-button type="" @click="editpopup" class="commonbutton"

15
src/views/basic-dictionary/DiagnosisPostfix.vue

@ -12,7 +12,14 @@
></el-input>
</el-col>
<el-col :span="4">
<el-button type="" style="margin-left: 5%;background:rgb(203,240,209);color:rgb(31, 148, 96)" @click="getlist"
<el-button
type=""
style="
margin-left: 5%;
background: rgb(203, 240, 209);
color: rgb(31, 148, 96);
"
@click="getlist"
>查询</el-button
>
</el-col>
@ -139,13 +146,15 @@
</el-form>
<span slot="footer" class="dialog-footer">
<el-button @click="dialogVisible = false"> </el-button>
<el-button type="primary" @click="addoredit" class="bulletcommit"> </el-button>
<el-button type="primary" @click="addoredit" class="bulletcommit"
> </el-button
>
</span>
</el-dialog>
</el-card>
</div>
<!-- 按钮区域 -->
<div style="margin-left: 20px; margin-top: 7%">
<div style="margin-top: 7%" class="buttonarea">
<el-button type="" @click="add" class="commonbutton">新增</el-button>
<div style="margin-top: 10px">
<el-button type="" @click="editpopup" class="commonbutton"

2
src/views/basic-dictionary/GuideType.vue

@ -296,7 +296,7 @@
</el-card>
</div>
<!-- 按钮区域 -->
<div style="margin-left: 10px; margin-top: 7%">
<div class="buttonarea">
<el-button
type=""
@click="guideadd"

15
src/views/basic-dictionary/MedicalConclusionType.vue

@ -12,7 +12,14 @@
></el-input>
</el-col>
<el-col :span="4">
<el-button type="" style="margin-left: 5%;background:rgb(203,240,209);color:rgb(31, 148, 96)" @click="getlist"
<el-button
type=""
style="
margin-left: 5%;
background: rgb(203, 240, 209);
color: rgb(31, 148, 96);
"
@click="getlist"
>查询</el-button
>
</el-col>
@ -130,12 +137,14 @@
</el-form>
<span slot="footer" class="dialog-footer">
<el-button @click="dialogVisible = false"> </el-button>
<el-button type="primary" @click="addoredit" class="bulletcommit"> </el-button>
<el-button type="primary" @click="addoredit" class="bulletcommit"
> </el-button
>
</span>
</el-dialog>
</div>
<!-- 按钮区域 -->
<div style="margin-left: 10px; margin-top: 7%">
<div style="margin-top: 7%;" class="buttonarea">
<!-- <el-button type="primary" @click="add">新增</el-button> -->
<el-button
type=""

2
src/views/basic-dictionary/MedicalReportType.vue

@ -189,7 +189,7 @@
</el-card>
</div>
<!-- 按钮区域 -->
<div style="margin-left: 10px; margin-top: 8%">
<div style="margin-top: 8%" class="buttonarea">
<el-button type="" @click="addll" class="commonbutton">新增</el-button>
<div style="margin-top: 10px">
<el-button type="" @click="editreport" class="commonbutton"

2
src/views/basic-dictionary/MedicalType.vue

@ -148,7 +148,7 @@
</el-card>
</div>
<!-- 按钮区域 -->
<div style="margin-left: 10px; margin-top: 8%">
<div style="margin-left: 10px; margin-top: 8%" class="buttonarea">
<el-button type="" @click="add" class="commonbutton">新增</el-button>
<div style="margin-top: 10px">
<el-button type="" @click="edlits" class="commonbutton">编辑</el-button>

2
src/views/basic-dictionary/PersonnelType.vue

@ -132,7 +132,7 @@
</el-card>
</div>
<!-- 按钮区域 -->
<div style="margin-left: 10px; margin-top: 8%">
<div style="margin-top: 8%" class="buttonarea">
<el-button type="" @click="add" class="commonbutton">新增</el-button>
<div style="margin-top: 10px">
<el-button type="" @click="edlits" class="commonbutton">编辑</el-button>

17
src/views/basic-dictionary/ResultStatus.vue

@ -1,11 +1,11 @@
<template>
<div style="display: flex">
<el-card class="elcard" style="border-radius: 15px;width:95%">
<el-card class="elcard" style="border-radius: 15px; width: 95%">
<div class="publiccss">结果状态</div>
<!-- <el-button type="primary" @click="add">新增</el-button> -->
<el-table
:data="tableData"
style="width: 100%;margin-top:20px"
style="width: 100%; margin-top: 20px"
row-key="id"
class="el-table__body-wrapper tbody"
@row-click="rowclick"
@ -191,12 +191,21 @@
</el-form>
<span slot="footer" class="dialog-footer">
<el-button @click="dialogVisible = false"> </el-button>
<el-button type="primary" @click="confirmsubmission" class="bulletcommit"> </el-button>
<el-button
type="primary"
@click="confirmsubmission"
class="bulletcommit"
> </el-button
>
</span>
</el-dialog>
</el-card>
<div style="margin-left: 10px">
<el-button type="" @click="editpopup" style="margin-top:80px" class="commonbutton"
<el-button
type=""
@click="editpopup"
style="margin-top: 80px"
class="commonbutton"
>编辑</el-button
>
</div>

16
src/views/basic-dictionary/Sex.vue

@ -24,12 +24,17 @@
<template>
<el-tag
class="move"
style="cursor: move; margin-left: 15px;background-color: rgb(245, 245, 245);border:none"
style="
cursor: move;
margin-left: 15px;
background-color: rgb(245, 245, 245);
border: none;
"
draggable="true"
>
<i
class="el-icon-d-caret"
style="width: 1rem; height: 1rem;color: rgb(113, 113, 113)"
style="width: 1rem; height: 1rem; color: rgb(113, 113, 113)"
></i>
</el-tag>
</template>
@ -65,7 +70,10 @@
</el-form>
<span slot="footer" class="dialog-footer">
<el-button @click="dialogVisible = false"> </el-button>
<el-button type="primary" @click="confirmmodification" class="bulletcommit"
<el-button
type="primary"
@click="confirmmodification"
class="bulletcommit"
> </el-button
>
</span>
@ -73,7 +81,7 @@
</el-card>
</div>
<!-- 按钮区域 -->
<div style="margin-left: 10px; margin-top: 5%">
<div style="margin-top: 5%" class="buttonarea">
<el-button
type=""
@click="eddte"

2
src/views/basic-dictionary/Unit.vue

@ -160,7 +160,7 @@
</el-card>
</div>
<!-- 按钮区域 -->
<div style="margin-left: 10px; margin-top: 7%">
<div style="margin-left: 10px; margin-top: 7%" class="buttonarea">
<el-button type="" @click="add" class="commonbutton">新增</el-button>
<div style="margin-top: 10px">
<el-button type="" @click="editpopup" class="commonbutton"

Loading…
Cancel
Save