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);
return Math.ceil(max / 4.5) * 5;
},
_unique(arr){
return Array.from(new Set(arr));
}
_unique(arr) {
return Array.from(new Set(arr));
}
},
watch: {
status() {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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