样式调整

This commit is contained in:
a0049873 2022-07-08 17:27:27 +08:00
parent cb46ccbcf9
commit 42eb1257b1
2 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua * @Author: hisense.liangjunhua
* @Date: 2022-07-08 09:54:50 * @Date: 2022-07-08 09:54:50
* @LastEditors: hisense.liangjunhua * @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-07-08 17:24:29 * @LastEditTime: 2022-07-08 17:26:24
* @Description: 多条数据特殊处理 * @Description: 多条数据特殊处理
--> -->
<template> <template>
@ -136,7 +136,7 @@ export default {
.bottom { .bottom {
margin-top: 25px; margin-top: 25px;
margin-bottom: 25px;
.items { .items {
background: #fafafa; background: #fafafa;
padding: 10px; padding: 10px;

View File

@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua * @Author: hisense.liangjunhua
* @Date: 2022-07-08 09:48:52 * @Date: 2022-07-08 09:48:52
* @LastEditors: hisense.liangjunhua * @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-07-08 17:03:12 * @LastEditTime: 2022-07-08 17:26:50
* @Description: 告诉大家这是什么 * @Description: 告诉大家这是什么
--> -->
<template> <template>
@ -192,6 +192,7 @@ export default {
.item { .item {
display: flex; display: flex;
align-items: center; align-items: center;
margin: 25px 0;
& > span:nth-of-type(1) { & > span:nth-of-type(1) {
width: 105px; width: 105px;
} }