Browse Source

peter

360view
newPeter7 2 years ago
parent
commit
faaeeb08a2
  1. 48
      src/components/360View/commonForm/threeVision.vue

48
src/components/360View/commonForm/threeVision.vue

@ -518,7 +518,7 @@
<div class="Lline">L</div> <div class="Lline">L</div>
<div class="Lline-os">R</div> <div class="Lline-os">R</div>
</div> </div>
<div v-else-if="scope.row.name === 'TITMUS()'" class="flex">
<div v-else-if="scope.row.name === 'TITMUS()'" class="flex" style="align-items: center">
<span>TITMUS():</span> <span>TITMUS():</span>
<el-select v-model="dataForm.titmus" placeholder="" filterable allow-create clearable style="display: inline-block;width: 95px;margin-left: 8px"> <el-select v-model="dataForm.titmus" placeholder="" filterable allow-create clearable style="display: inline-block;width: 95px;margin-left: 8px">
<el-option <el-option
@ -1394,6 +1394,10 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
#operation-record {
height: 100%;
overflow: auto;
}
.flex{ .flex{
display: flex; display: flex;
} }
@ -1439,16 +1443,17 @@ export default {
#threeFunc{ #threeFunc{
::v-deep .el-input__inner { ::v-deep .el-input__inner {
border: none; border: none;
height: 36px !important;
line-height: 26px !important; line-height: 26px !important;
text-align: center; text-align: center;
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
border-radius: 0; border-radius: 0;
padding: 0; padding: 0;
} }
.el-textarea__inner{
::v-deep .el-textarea__inner{
border: none; border: none;
} }
.el-input__prefix {
::v-deep .el-input__prefix {
display: none; display: none;
} }
.center { .center {
@ -1635,12 +1640,6 @@ export default {
font-weight: 400; font-weight: 400;
} }
} }
::v-deep .el-input-group__append, ::v-deep .el-input-group__prepend{
border: none;
padding: 0 5px !important;
}
#threeFunc{ #threeFunc{
.operation-record-table{ .operation-record-table{
::v-deep .el-input__inner { ::v-deep .el-input__inner {
@ -1650,6 +1649,11 @@ export default {
border-radius: 0; border-radius: 0;
} }
} }
::v-deep .el-input-group__append, ::v-deep .el-input-group__prepend{
border: none;
background-color: transparent;
padding: 0 5px !important;
}
::v-deep .el-table__cell{ ::v-deep .el-table__cell{
padding: 3px 0 !important; padding: 3px 0 !important;
} }
@ -1689,29 +1693,29 @@ export default {
} }
::v-deep .el-table tr{ ::v-deep .el-table tr{
td:nth-child(1) { td:nth-child(1) {
border-right: 1px solid #212020;
//border-right: 1px solid #212020;
} }
td:nth-child(2) { td:nth-child(2) {
border-right: 1px solid #212020;
//border-right: 1px solid #212020;
} }
} }
::v-deep .el-table tbody { ::v-deep .el-table tbody {
tr:nth-child(2) {
td{
border-bottom: 1px solid #212020;
}
}
tr:nth-child(4) {
td{
border-bottom: 1px solid #212020;
}
}
tr:nth-child(6) {
tr {
td{ td{
border-bottom: 1px solid #212020; border-bottom: 1px solid #212020;
} }
} }
//tr:nth-child(4) {
// td{
// border-bottom: 1px solid #212020;
// }
//}
//tr:nth-child(6) {
// td{
// border-bottom: 1px solid #212020;
// }
//}
} }
} }

Loading…
Cancel
Save