使用外部样式代替import

This commit is contained in:
langhuihui
2020-03-11 00:13:20 +08:00
parent 8905d13312
commit 4e92ebd409
8 changed files with 1608 additions and 1537 deletions

View File

@@ -18,6 +18,8 @@
</template>
<script>
export default {
data() {
return {
@@ -50,7 +52,7 @@ export default {
</script>
<style>
@import url("/iview.css");
/* @import url("/iview.css"); */
.layout {
padding-bottom: 30px;
display: flex;