Merge branch 'main' of ssh://git.jizhiweb.cn:2222/clinic-v2/web
This commit is contained in:
commit
ed7f9dba4c
|
|
@ -139,7 +139,7 @@ const goodsShowConfig = [
|
||||||
prop: "lifespan",
|
prop: "lifespan",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "收费项目等级",
|
label: "项目等级",
|
||||||
prop: "category",
|
prop: "category",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,7 @@ const serviceShowConfig = [
|
||||||
prop: "unitPrice",
|
prop: "unitPrice",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "收费项目等级",
|
label: "项目等级",
|
||||||
prop: "chrgitmLv",
|
prop: "chrgitmLv",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -224,6 +224,7 @@ watch(() => curStatus.value, () => {
|
||||||
.list-item {
|
.list-item {
|
||||||
height: 48px;
|
height: 48px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0 18px;
|
padding: 0 18px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
@ -233,13 +234,13 @@ watch(() => curStatus.value, () => {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
flex: 1;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
.avatar {
|
.avatar {
|
||||||
|
margin-left: 15px;
|
||||||
width: 26px;
|
width: 26px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
|
margin-right: 15px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -248,17 +249,17 @@ watch(() => curStatus.value, () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
.item_name {
|
.item_name {
|
||||||
flex: 1.5;
|
|
||||||
white-space: nowrap; // 防止文本换行
|
white-space: nowrap; // 防止文本换行
|
||||||
overflow: hidden; // 隐藏溢出的文本
|
overflow: hidden; // 隐藏溢出的文本
|
||||||
text-overflow: ellipsis; // 显示省略号
|
text-overflow: ellipsis; // 显示省略号
|
||||||
}
|
}
|
||||||
|
|
||||||
.item_time {
|
.item_time {
|
||||||
flex: 2;
|
|
||||||
white-space: nowrap; // 防止文本换行
|
white-space: nowrap; // 防止文本换行
|
||||||
overflow: hidden; // 隐藏溢出的文本
|
overflow: hidden; // 隐藏溢出的文本
|
||||||
text-overflow: ellipsis; // 显示省略号
|
text-overflow: ellipsis; // 显示省略号
|
||||||
|
text-align: center;
|
||||||
|
margin-right: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue