This commit is contained in:
cookfront 2017-02-13 23:16:53 +08:00
parent 866148b3d9
commit f2b08a573e

View File

@ -20,8 +20,8 @@ export default {
};
</script>
<style lang="less">
.page-container {
<style lang="css">
.page-container {
width: 1140px;
padding: 0 30px;
margin: 0 auto;
@ -60,14 +60,14 @@ export default {
color: #5e6d82;
margin: 14px 0;
}
}
}
.page-content {
.page-content {
width: 75%;
float: left;
}
}
.table {
.table {
border-collapse: collapse;
width: 100%;
background-color: #fff;
@ -91,5 +91,5 @@ export default {
border-bottom: 1px solid #eaeefb;
padding: 10px;
}
}
}
</style>