调整样式

This commit is contained in:
TS-QD1 2023-05-16 10:57:26 +08:00
parent 5692a6c071
commit 4f556b76f5
5 changed files with 14 additions and 4 deletions

View File

@ -470,6 +470,8 @@ export default {
<style lang="stylus" scoped>
.container
padding 0 10px
:deep(.n-data-table-thead th)
background-color rgba(196, 196, 196, 1)
:deep(.score-plus)
background-color yellow
:deep(.score-minus)

View File

@ -1044,8 +1044,10 @@ export default {
<style lang="stylus" scoped>
.container
padding 0 10px
:deep(.score-plus)
background-color yellow
:deep(.score-minus)
background-color red
:deep(.n-data-table-thead th)
background-color rgba(196, 196, 196, 1)
// :deep(.score-plus)
// background-color yellow
// :deep(.score-minus)
// background-color red
</style>

View File

@ -537,6 +537,8 @@ export default {
<style lang="stylus" scoped>
.container
padding 0 10px
:deep(.n-data-table-thead th)
background-color rgba(196, 196, 196, 1)
:deep(.score-plus)
background-color yellow
:deep(.score-minus)

View File

@ -542,6 +542,8 @@ export default {
<style lang="stylus" scoped>
.container
padding 0 10px
:deep(.n-data-table-thead th)
background-color rgba(196, 196, 196, 1)
:deep(.score-plus)
background-color yellow
:deep(.score-minus)

View File

@ -494,6 +494,8 @@ export default {
<style lang="stylus" scoped>
.container
padding 0 10px
:deep(.n-data-table-thead th)
background-color rgba(196, 196, 196, 1)
:deep(.score-plus)
background-color yellow
:deep(.score-minus)