diff --git a/src/views/dashboard/admin/components/BillingCard.vue b/src/views/dashboard/admin/components/BillingCard.vue index b5bdb45b..06d475bb 100644 --- a/src/views/dashboard/admin/components/BillingCard.vue +++ b/src/views/dashboard/admin/components/BillingCard.vue @@ -20,14 +20,40 @@ - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DATEORDER IDAMOUNT
22-11-20214576786£20
16-11-20214576786£40
22-11-20214576786£40
22-11-20214576786£20
@@ -160,12 +186,55 @@ export default { padding-bottom: 30px; } -thead { - background: red!important; +.info-table { + width: 481px; + background-color: white; + // border-collapse: collapse; + border-collapse: separate; + border-spacing: 0 5px; + border-radius: 10px; + overflow: hidden; + th:not(:first-child) { + text-align: center; + } } -.el-table__header-wrapper { - background: #778298 !important; +thead { + background: #778298 0% 0% no-repeat padding-box; + color: white; + th { + padding: 10px; + height: 37px; + text-align: left; + font: normal normal 15px/18px SF Pro Display Bold; + letter-spacing: 0px; + color: #ffffff; + text-transform: uppercase; + } +} + +tbody { + tr { + background: #F2F3F5; + padding-top: 10px; + margin-bottom: 10px; + td:not(:first-child) { + text-align: center; + } + } + color: #192440; + td { + padding: 20px 0px; + } + + td:nth-child(1) { + padding: 10px; + } + + td:nth-child(3) { + font-weight: bold; + } + } .el-row { diff --git a/src/views/dashboard/admin/components/InjuriesCard.vue b/src/views/dashboard/admin/components/InjuriesCard.vue index a7c7391f..1685cb1b 100644 --- a/src/views/dashboard/admin/components/InjuriesCard.vue +++ b/src/views/dashboard/admin/components/InjuriesCard.vue @@ -193,6 +193,7 @@ export default { .injury-bloc { height: 60px; background: #f2f3f5; + border-radius: 5px; } .injury-text { @@ -200,6 +201,7 @@ export default { font: normal normal 16px/21px SF Pro Display Bold; letter-spacing: 0px; color: #192440; + border-radius: 5px; } .injury-book {