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