Browse Source

视光表单修改

360view
bianyaqi 2 years ago
parent
commit
1ad42aa19c
  1. 34
      src/components/360View/commonForm/deveopmentFIle.vue
  2. 8
      src/components/360View/commonForm/eyesVision.vue

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

@ -719,6 +719,8 @@ export default {
}
#operation-record {
height: 100%;
overflow: auto;
.btnBox{
display: flex;
justify-content: flex-end;
@ -804,4 +806,36 @@ export default {
display: none;
}
}
::v-deep .el-table--group,
::v-deep .el-table--border {
border: 1px solid #8e8c8c !important;
border-bottom: none !important;
}
::v-deep .el-icon-arrow-up{
display: none;
}
::v-deep .el-input-group__append, ::v-deep .el-input-group__prepend{
background: none;
padding: 0 5px !important;
}
::v-deep .el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell {
background: none !important;
}
::v-deep .el-input__inner {
padding: 0;
border: none;
text-align: center;
height: 26px;
line-height: 26px !important;
border-radius: 0;
}
::v-deep .el-textarea__inner{
border: none;
}
::v-deep .el-table td, #threeFunc .el-table th{
border-color: #8e8c8c;
}
::v-deep .el-icon-date::before{
display: none;
}
</style>

8
src/components/360View/commonForm/eyesVision.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" style="position: fixed;z-index: 999;right: 90px;">
<el-button v-print="'#eyesFunc'" size="small" @click="handleSaveTable">打印</el-button>
<el-button type="primary" size="small" @click="handleSaveTable">保存</el-button>
<el-button type="danger" size="small" @click="handleDelete">删除</el-button>
@ -1179,8 +1179,12 @@ export default {
::v-deep .el-icon-arrow-up{
display: none;
}
::v-deep .el-input-group__append, .el-input-group__prepend{
::v-deep .el-input-group__append, ::v-deep .el-input-group__prepend{
background: none;
padding: 0 5px !important;
}
::v-deep .el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell {
background: none !important;
}
}
</style>

Loading…
Cancel
Save