This commit is contained in:
chenjianxing 2020-04-27 09:43:26 +08:00
commit cdde7781c2
8 changed files with 3 additions and 84 deletions

View File

@ -305,9 +305,9 @@
const max = Math.max(...arr); const max = Math.max(...arr);
return Math.ceil(max / 4.5) * 5; return Math.ceil(max / 4.5) * 5;
}, },
_unique(arr){ _unique(arr) {
return Array.from(new Set(arr)); return Array.from(new Set(arr));
} }
}, },
watch: { watch: {
status() { status() {

View File

@ -246,11 +246,6 @@
</script> </script>
<style scoped> <style scoped>
.table-page {
padding-top: 20px;
margin-right: -9px;
float: right;
}
.org-member-name { .org-member-name {
float: left; float: left;

View File

@ -419,33 +419,16 @@
</script> </script>
<style scoped> <style scoped>
.search {
width: 240px;
}
.edit {
opacity: 0;
}
.el-table__row:hover .edit { .el-table__row:hover .edit {
opacity: 1; opacity: 1;
} }
.table-page {
padding-top: 20px;
margin-right: -9px;
float: right;
}
.member-size { .member-size {
text-decoration: underline; text-decoration: underline;
cursor: pointer; cursor: pointer;
} }
.member-title {
margin-bottom: 30px;
}
.select-width { .select-width {
width: 100%; width: 100%;
} }

View File

@ -435,15 +435,6 @@
</script> </script>
<style scoped> <style scoped>
.search {
width: 240px;
}
.table-page {
padding-top: 20px;
margin-right: -9px;
float: right;
}
.member-size { .member-size {
text-decoration: underline; text-decoration: underline;
@ -464,7 +455,4 @@
width: 100%; width: 100%;
} }
.member-title {
margin-bottom: 30px;
}
</style> </style>

View File

@ -458,24 +458,11 @@
</script> </script>
<style scoped> <style scoped>
.search {
width: 240px;
}
.edit {
opacity: 0;
}
.el-table__row:hover .edit { .el-table__row:hover .edit {
opacity: 1; opacity: 1;
} }
.table-page {
padding-top: 20px;
margin-right: -9px;
float: right;
}
.member-size { .member-size {
text-decoration: underline; text-decoration: underline;
cursor: pointer; cursor: pointer;
@ -495,9 +482,5 @@
width: 100%; width: 100%;
} }
.member-title {
margin-bottom: 30px;
}
</style> </style>

View File

@ -422,19 +422,6 @@
</script> </script>
<style scoped> <style scoped>
.search {
width: 240px;
}
.form-input {
height: 32px !important;
}
.table-page {
padding-top: 20px;
margin-right: -9px;
float: right;
}
.op { .op {
float: left; float: left;

View File

@ -244,13 +244,5 @@
</script> </script>
<style scoped> <style scoped>
.search {
width: 240px;
}
.table-page {
padding-top: 20px;
margin-right: -9px;
float: right;
}
</style> </style>

View File

@ -255,20 +255,11 @@
</script> </script>
<style scoped> <style scoped>
.search {
width: 240px;
}
.el-table__row:hover .edit { .el-table__row:hover .edit {
opacity: 1; opacity: 1;
} }
.table-page {
padding-top: 20px;
margin-right: -9px;
float: right;
}
.select-width { .select-width {
width: 100%; width: 100%;
} }