Browse Source

公共样式修改

master
mch 3 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. 13
      src/views/basic-dictionary/ResultStatus.vue
  11. 14
      src/views/basic-dictionary/Sex.vue
  12. 2
      src/views/basic-dictionary/Unit.vue

17
src/App.vue

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

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

@ -14,7 +14,11 @@
<el-col :span="4"> <el-col :span="4">
<el-button <el-button
type="" 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" @click="getlist"
>查询</el-button >查询</el-button
> >
@ -157,13 +161,15 @@
</el-form> </el-form>
<span slot="footer" class="dialog-footer"> <span slot="footer" class="dialog-footer">
<el-button @click="dialogVisible = false"> </el-button> <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> </span>
</el-dialog> </el-dialog>
</el-card> </el-card>
</div> </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> <el-button type="" @click="add" class="commonbutton">新增</el-button>
<div style="margin-top: 10px"> <div style="margin-top: 10px">
<el-button type="" @click="edit" class="commonbutton">编辑</el-button> <el-button type="" @click="edit" class="commonbutton">编辑</el-button>

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

@ -169,7 +169,7 @@
</el-card> </el-card>
</div> </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> <el-button type="" @click="add" class="commonbutton">新增</el-button>
<div style="margin-top: 10px"> <div style="margin-top: 10px">
<el-button type="" @click="editpopup" class="commonbutton" <el-button type="" @click="editpopup" class="commonbutton"

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

@ -12,7 +12,14 @@
></el-input> ></el-input>
</el-col> </el-col>
<el-col :span="4"> <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-button
> >
</el-col> </el-col>
@ -139,13 +146,15 @@
</el-form> </el-form>
<span slot="footer" class="dialog-footer"> <span slot="footer" class="dialog-footer">
<el-button @click="dialogVisible = false"> </el-button> <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> </span>
</el-dialog> </el-dialog>
</el-card> </el-card>
</div> </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> <el-button type="" @click="add" class="commonbutton">新增</el-button>
<div style="margin-top: 10px"> <div style="margin-top: 10px">
<el-button type="" @click="editpopup" class="commonbutton" <el-button type="" @click="editpopup" class="commonbutton"

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

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

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

@ -12,7 +12,14 @@
></el-input> ></el-input>
</el-col> </el-col>
<el-col :span="4"> <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-button
> >
</el-col> </el-col>
@ -130,12 +137,14 @@
</el-form> </el-form>
<span slot="footer" class="dialog-footer"> <span slot="footer" class="dialog-footer">
<el-button @click="dialogVisible = false"> </el-button> <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> </span>
</el-dialog> </el-dialog>
</div> </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="primary" @click="add">新增</el-button> -->
<el-button <el-button
type="" type=""

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

@ -189,7 +189,7 @@
</el-card> </el-card>
</div> </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> <el-button type="" @click="addll" class="commonbutton">新增</el-button>
<div style="margin-top: 10px"> <div style="margin-top: 10px">
<el-button type="" @click="editreport" class="commonbutton" <el-button type="" @click="editreport" class="commonbutton"

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

@ -148,7 +148,7 @@
</el-card> </el-card>
</div> </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> <el-button type="" @click="add" class="commonbutton">新增</el-button>
<div style="margin-top: 10px"> <div style="margin-top: 10px">
<el-button type="" @click="edlits" class="commonbutton">编辑</el-button> <el-button type="" @click="edlits" class="commonbutton">编辑</el-button>

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

@ -132,7 +132,7 @@
</el-card> </el-card>
</div> </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> <el-button type="" @click="add" class="commonbutton">新增</el-button>
<div style="margin-top: 10px"> <div style="margin-top: 10px">
<el-button type="" @click="edlits" class="commonbutton">编辑</el-button> <el-button type="" @click="edlits" class="commonbutton">编辑</el-button>

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

@ -191,12 +191,21 @@
</el-form> </el-form>
<span slot="footer" class="dialog-footer"> <span slot="footer" class="dialog-footer">
<el-button @click="dialogVisible = false"> </el-button> <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> </span>
</el-dialog> </el-dialog>
</el-card> </el-card>
<div style="margin-left: 10px"> <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 >编辑</el-button
> >
</div> </div>

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

@ -24,7 +24,12 @@
<template> <template>
<el-tag <el-tag
class="move" 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" draggable="true"
> >
<i <i
@ -65,7 +70,10 @@
</el-form> </el-form>
<span slot="footer" class="dialog-footer"> <span slot="footer" class="dialog-footer">
<el-button @click="dialogVisible = false"> </el-button> <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 > </el-button
> >
</span> </span>
@ -73,7 +81,7 @@
</el-card> </el-card>
</div> </div>
<!-- 按钮区域 --> <!-- 按钮区域 -->
<div style="margin-left: 10px; margin-top: 5%">
<div style="margin-top: 5%" class="buttonarea">
<el-button <el-button
type="" type=""
@click="eddte" @click="eddte"

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

@ -160,7 +160,7 @@
</el-card> </el-card>
</div> </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> <el-button type="" @click="add" class="commonbutton">新增</el-button>
<div style="margin-top: 10px"> <div style="margin-top: 10px">
<el-button type="" @click="editpopup" class="commonbutton" <el-button type="" @click="editpopup" class="commonbutton"

Loading…
Cancel
Save