xinyan 6 mesi fa
parent
commit
7082b4c9a8
1 ha cambiato i file con 1 aggiunte e 4 eliminazioni
  1. 1 4
      src/views/computer-information/components/InfoCard.vue

+ 1 - 4
src/views/computer-information/components/InfoCard.vue

@@ -211,7 +211,7 @@ onMounted(() => {
 	<!--/>-->
 </template>
 
-<style lang="scss" scoped>
+<style scoped>
 .card-container {
 	margin-bottom: 30px;
 	padding: 0;
@@ -257,13 +257,10 @@ onMounted(() => {
 .card-footer {
 	display: flex;
 	justify-content: flex-end;
-	// padding: 10px;
 }
 
 .pagination-container {
 	display: flex;
-	// justify-content: flex-end;
-	// margin-bottom: 20px;
 	position: absolute;
 	right: 30px;
 	bottom: 35px;