Commit c7040a02 authored by 黄奎's avatar 黄奎

页面修改

parent e7136d12
...@@ -149,7 +149,6 @@ ...@@ -149,7 +149,6 @@
} }
}); });
} }
console.log("this.DefaultList ", this.DefaultList);
} else { } else {
this.Info(res.data.message); this.Info(res.data.message);
} }
......
<style> <style>
.menuDiv {
padding: 20px;
}
.menuDiv .query-box { .menuDiv .query-box {
width: 100%; width: 100%;
padding: 0 0 20px; padding: 0 0 20px;
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
position: relative; position: relative;
text-align: right;
} }
.menuDiv .normalBtn { .menuDiv .normalBtn {
......
<style> <style>
.minimenuDiv {
padding: 20px;
}
.minimenuDiv .query-box { .minimenuDiv .query-box {
width: 100%; width: 100%;
padding: 0 0 20px; padding: 0 0 20px;
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
position: relative; position: relative;
text-align: right;
} }
.minimenuDiv .normalBtn { .minimenuDiv .normalBtn {
...@@ -271,4 +267,4 @@ ...@@ -271,4 +267,4 @@
} }
}; };
</script> </script>
\ No newline at end of file
<style> <style>
.pluglistDiv {
padding: 20px;
}
.pluglistDiv .query-box { .pluglistDiv .query-box {
width: 100%; width: 100%;
padding: 0 0 20px; padding: 0 0 20px;
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
position: relative; position: relative;
text-align: right;
} }
.pluglistDiv .normalBtn { .pluglistDiv .normalBtn {
...@@ -183,7 +178,7 @@ ...@@ -183,7 +178,7 @@
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.getPageList(); this.getPageList();
this.marketingPlugDialog = false; this.marketingPlugDialog = false;
this.Success(res.data.message); this.Success(res.data.message);
} else { } else {
this.Info(res.data.message); this.Info(res.data.message);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment