]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: remove unified position style (#271)
authorbtea <2356281422@qq.com>
Fri, 12 May 2023 09:38:21 +0000 (17:38 +0800)
committerGitHub <noreply@github.com>
Fri, 12 May 2023 09:38:21 +0000 (17:38 +0800)
closes #166
closes #270

template/base/src/assets/base.css
template/code/default/src/components/WelcomeItem.vue

index 71dc55a3cb5a72589496743a327c738ead3e1c83..d3de42ec96a1637ebe2e2587a95196c90fbda9e9 100644 (file)
@@ -55,7 +55,6 @@
 *::after {
   box-sizing: border-box;
   margin: 0;
-  position: relative;
   font-weight: normal;
 }
 
index ba0def33c0e523d8c82426d76d76c39b482b21e0..6d7086aea08fbb770b2f570dbeb4f8fcd86cb291 100644 (file)
@@ -16,6 +16,7 @@
 .item {
   margin-top: 2rem;
   display: flex;
+  position: relative;
 }
 
 .details {