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 {
......
<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 {
......
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