|
@@ -161,7 +161,7 @@ onMounted(() => {
|
|
|
<hr style="box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2)" />
|
|
|
<div class="card-content">
|
|
|
<div class="text-wrapper">
|
|
|
- <span style="color: #808d97; font-weight: 500">11编号: </span>
|
|
|
+ <span style="color: #808d97; font-weight: 500">电脑编号: </span>
|
|
|
<span style="font-weight: 500">{{ item.computerNumber }}</span>
|
|
|
</div>
|
|
|
<div class="text-wrapper">
|
|
@@ -210,7 +210,7 @@ onMounted(() => {
|
|
|
<!--/>-->
|
|
|
</template>
|
|
|
|
|
|
-<style lang="scss" scoped>
|
|
|
+<style scoped>
|
|
|
.card-container {
|
|
|
margin-bottom: 30px;
|
|
|
padding: 0;
|
|
@@ -256,13 +256,11 @@ onMounted(() => {
|
|
|
.card-footer {
|
|
|
display: flex;
|
|
|
justify-content: flex-end;
|
|
|
- // padding: 10px;
|
|
|
}
|
|
|
|
|
|
.pagination-container {
|
|
|
display: flex;
|
|
|
justify-content: flex-end;
|
|
|
- // margin-bottom: 20px;
|
|
|
}
|
|
|
|
|
|
:deep(.el-card__footer) {
|