整合样式

This commit is contained in:
aixianling
2022-08-09 11:32:28 +08:00
parent 1682639335
commit 7f7cd13195
2 changed files with 39 additions and 26 deletions

View File

@@ -68,7 +68,6 @@ export default {
</script>
<style lang="scss">
@import '~uview-ui/index.scss';
@import 'styles/common';
body {
@@ -113,31 +112,6 @@ div[bottom] {
}
}
div[flex] {
display: flex;
align-items: center;
&.spb {
justify-content: space-between;
}
&.wrap {
flex-wrap: wrap;
}
&.column {
flex-direction: column;
}
&.start {
align-items: flex-start;
}
}
div[shrink] {
flex-shrink: 0;
}
uni-button {
border-radius: 4px;