Browse Source

样式修改

360view
bianyaqi 2 years ago
parent
commit
c09e2d1e75
  1. 2
      src/components/360View/commonForm/deveopmentFIle.vue
  2. 7
      src/page-subspecialty/views/modules/formList/InformedConsent.vue
  3. 5
      src/page-subspecialty/views/modules/formList/mraForm.vue
  4. 5
      src/page-subspecialty/views/modules/formList/mraOrder.vue
  5. 5
      src/page-subspecialty/views/modules/formList/reportForm.vue

2
src/components/360View/commonForm/deveopmentFIle.vue

@ -686,7 +686,7 @@ export default {
justify-content: center;
}
::v-deep .el-table__cell{
padding: 5px 0 !important;
padding: 10px 0 !important;
}
::v-deep .el-input-group__prepend{
background-color: transparent;

7
src/page-subspecialty/views/modules/formList/InformedConsent.vue

@ -1,6 +1,6 @@
<template>
<div id="operation-record" style=" background: #fff; padding: 10px 20px 50px 20px;page-break-after:always">
<div v-if="!onlyRead && isPlatform" class="btnBox">
<div v-if="!onlyRead && isPlatform" class="btnBox_top">
<el-button v-print="'#threeFunc'" size="small" @click="handleSaveTable">打印</el-button>
<el-button type="primary" size="small" @click="handleSaveTable">保存</el-button>
<el-button type="danger" size="small" @click="formDelete">删除</el-button>
@ -649,6 +649,11 @@ export default {
display: flex;
flex-wrap: wrap;
}
.btnBox_top{
position: fixed;
z-index: 999;
right: 90px;
}
.btnBox{
display: flex;
justify-content: flex-end;

5
src/page-subspecialty/views/modules/formList/mraForm.vue

@ -299,8 +299,9 @@ export default {
text-indent: 2em;
}
.btnBox{
display: flex;
justify-content: flex-end;
position: fixed;
z-index: 999;
right: 90px;
}
::v-deep .el-input__inner {
border: none;

5
src/page-subspecialty/views/modules/formList/mraOrder.vue

@ -416,8 +416,9 @@ input{
text-indent: 2em;
}
.btnBox{
display: flex;
justify-content: flex-end;
position: fixed;
z-index: 999;
right: 90px;
}
::v-deep .el-input__inner {
border: none;

5
src/page-subspecialty/views/modules/formList/reportForm.vue

@ -255,6 +255,11 @@ export default {
</script>
<style lang="scss" scoped>
.btnBox{
position: fixed;
z-index: 999;
right: 90px;
}
.check {
cursor: pointer;
user-select: none;

Loading…
Cancel
Save