|
@@ -250,8 +250,17 @@ export default {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
</script>
|
|
</script>
|
|
|
-
|
|
|
|
|
|
|
+<style lang="scss" scoped>
|
|
|
|
|
+.select-table {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ td {
|
|
|
|
|
+ &:first-of-type {
|
|
|
|
|
+ width: 250px;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+</style>
|
|
|
<style scoped>
|
|
<style scoped>
|
|
|
.el-table >>> tr.row-disabled { cursor: not-allowed; color: #999; background: #eee; }
|
|
.el-table >>> tr.row-disabled { cursor: not-allowed; color: #999; background: #eee; }
|
|
|
.select-table-head { background-color: #17C7B1; color: #fff; }
|
|
.select-table-head { background-color: #17C7B1; color: #fff; }
|
|
|
-</style>
|
|
|
|
|
|
|
+</style>
|