|
@@ -833,9 +833,21 @@ export default {
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
|
+.diy-table-1 {
|
|
|
|
+ border: 1px solid #cccc;
|
|
|
|
+ border-right: none;
|
|
|
|
+ border-bottom: none;
|
|
|
|
+}
|
|
|
|
+.diy-table-1 .item {
|
|
|
|
+ border-bottom: 1px solid #ccc;
|
|
|
|
+}
|
|
.diy-table-1 .item .label {
|
|
.diy-table-1 .item .label {
|
|
width: 180px;
|
|
width: 180px;
|
|
padding: 10px;
|
|
padding: 10px;
|
|
|
|
+ border-right: 1px solid #ccc;
|
|
|
|
+}
|
|
|
|
+.diy-table-1 .item .value{
|
|
|
|
+ border-right: 1px solid #ccc;
|
|
}
|
|
}
|
|
::v-deep .el-select {
|
|
::v-deep .el-select {
|
|
width: 100% !important;
|
|
width: 100% !important;
|