This commit is contained in:
@jyuhsin
2025-09-18 16:09:24 +08:00
parent cfc4c5210d
commit 3d7f8c3a75
27 changed files with 191 additions and 191 deletions
@@ -107,7 +107,7 @@ const applyForm = {
},
},
style: /*language=CSS*/ `
::v-deep .van-radio__label {
/deep/ .van-radio__label {
display: flex;
align-items: center;
}
@@ -32,7 +32,7 @@ const projectInfo = {
},
},
style: /*language=CSS*/ `
::v-deep .info-middle {
/deep/ .info-middle {
background-color: #F5F7FA;
width: 80%;
margin: 0 auto;
@@ -42,7 +42,7 @@ const projectInfo = {
color: #666666;
font-size: 14px;
}
::v-deep .info-title {
/deep/ .info-title {
font-weight: bold;
background-color: white;
padding: 13px;
@@ -50,7 +50,7 @@ const projectInfo = {
text-align: center !important;
margin-top: 10px;
}
::v-deep .info-content {
/deep/ .info-content {
padding: 10px;
background-color: white;
}
@@ -33,7 +33,7 @@ const typeInfo = {
},
},
style: /*language=CSS*/ `
::v-deep .info-middle {
/deep/ .info-middle {
background-color: #F5F7FA;
width: 80%;
margin: 0 auto;
@@ -43,7 +43,7 @@ const typeInfo = {
color: #666666;
font-size: 14px;
}
::v-deep .info-title {
/deep/ .info-title {
font-weight: bold;
background-color: white;
padding: 13px;
@@ -51,7 +51,7 @@ const typeInfo = {
text-align: center !important;
margin-top: 10px;
}
::v-deep .info-content {
/deep/ .info-content {
padding: 10px;
background-color: white;
}
@@ -48,7 +48,7 @@ const doctorInfo = {
},
},
style: /*language=CSS*/ `
::v-deep .table-class{
/deep/ .table-class{
width: 100%;
border-radius: 5px;
overflow: hidden;
@@ -57,18 +57,18 @@ const doctorInfo = {
table-layout: fixed;
border-collapse: collapse;
}
::v-deep .table-class th {
/deep/ .table-class th {
background-color: #f2f2f2;
border: 1px solid #dddddd;
}
::v-deep .table-class tr {
/deep/ .table-class tr {
text-align: center;
border-bottom: 1px solid #dddddd;
}
::v-deep .table-class td {
/deep/ .table-class td {
border: 1px solid #dddddd;
}
::v-deep .empty-text {
/deep/ .empty-text {
font-size: 14px;
text-align: center;
padding: 10px 0;
@@ -58,15 +58,15 @@ const info = {
}
},
style: /*language=CSS*/ `
::v-deep .empty-text {
/deep/ .empty-text {
font-size: 14px;
text-align: center;
padding: 10px 0;
}
::v-deep .user-face{
/deep/ .user-face{
display: flex;
}
::v-deep .van-step__title {
/deep/ .van-step__title {
font-size: 13px;
}
`
@@ -48,7 +48,7 @@ const doctorInfo = {
},
},
style: /*language=CSS*/ `
::v-deep .table-class{
/deep/ .table-class{
width: 100%;
border-radius: 5px;
overflow: hidden;
@@ -57,18 +57,18 @@ const doctorInfo = {
table-layout: fixed;
border-collapse: collapse;
}
::v-deep .table-class th {
/deep/ .table-class th {
background-color: #f2f2f2;
border: 1px solid #dddddd;
}
::v-deep .table-class tr {
/deep/ .table-class tr {
text-align: center;
border-bottom: 1px solid #dddddd;
}
::v-deep .table-class td {
/deep/ .table-class td {
border: 1px solid #dddddd;
}
::v-deep .empty-text {
/deep/ .empty-text {
font-size: 14px;
text-align: center;
padding: 10px 0;
@@ -58,15 +58,15 @@ const info = {
}
},
style: /*language=CSS*/ `
::v-deep .empty-text {
/deep/ .empty-text {
font-size: 14px;
text-align: center;
padding: 10px 0;
}
::v-deep .user-face{
/deep/ .user-face{
display: flex;
}
::v-deep .van-step__title {
/deep/ .van-step__title {
font-size: 13px;
}
`