|
@@ -221,6 +221,8 @@
|
|
|
|
|
|
<script>
|
|
|
import popbox from "./component/popbox";
|
|
|
+import "@/assets/css/base.css";
|
|
|
+
|
|
|
export default {
|
|
|
components: {
|
|
|
popbox
|
|
@@ -474,7 +476,7 @@ export default {
|
|
|
this.studentListCopy = this.studentList.filter(i => {
|
|
|
return i.id !== this.info.userid;
|
|
|
});
|
|
|
-
|
|
|
+
|
|
|
// this.AddIsPop = true;
|
|
|
this.isPop = true;
|
|
|
},
|
|
@@ -737,6 +739,7 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style scoped>
|
|
|
+
|
|
|
.dialog_diy {
|
|
|
box-sizing: border-box;
|
|
|
/* padding: 0 10px 10px 10px; */
|