[breaking change] rebuild style struct (#2021)
This commit is contained in:
@@ -62,7 +62,7 @@ export default {
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="postcss">
|
||||
<style lang="less">
|
||||
.demo-list {
|
||||
.van-cell {
|
||||
text-align: center;
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
@import '../style/var';
|
||||
|
||||
.van-list {
|
||||
&__loading {
|
||||
text-align: center;
|
||||
|
||||
.van-loading,
|
||||
&-text {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.van-loading {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
&-text {
|
||||
font-size: 13px;
|
||||
color: @gray-dark;
|
||||
line-height: 50px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user