mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
less
This commit is contained in:
parent
866148b3d9
commit
f2b08a573e
14
docs/App.vue
14
docs/App.vue
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user