调整样式
This commit is contained in:
parent
5692a6c071
commit
4f556b76f5
@ -470,6 +470,8 @@ export default {
|
|||||||
<style lang="stylus" scoped>
|
<style lang="stylus" scoped>
|
||||||
.container
|
.container
|
||||||
padding 0 10px
|
padding 0 10px
|
||||||
|
:deep(.n-data-table-thead th)
|
||||||
|
background-color rgba(196, 196, 196, 1)
|
||||||
:deep(.score-plus)
|
:deep(.score-plus)
|
||||||
background-color yellow
|
background-color yellow
|
||||||
:deep(.score-minus)
|
:deep(.score-minus)
|
||||||
|
@ -1044,8 +1044,10 @@ export default {
|
|||||||
<style lang="stylus" scoped>
|
<style lang="stylus" scoped>
|
||||||
.container
|
.container
|
||||||
padding 0 10px
|
padding 0 10px
|
||||||
:deep(.score-plus)
|
:deep(.n-data-table-thead th)
|
||||||
background-color yellow
|
background-color rgba(196, 196, 196, 1)
|
||||||
:deep(.score-minus)
|
// :deep(.score-plus)
|
||||||
background-color red
|
// background-color yellow
|
||||||
|
// :deep(.score-minus)
|
||||||
|
// background-color red
|
||||||
</style>
|
</style>
|
@ -537,6 +537,8 @@ export default {
|
|||||||
<style lang="stylus" scoped>
|
<style lang="stylus" scoped>
|
||||||
.container
|
.container
|
||||||
padding 0 10px
|
padding 0 10px
|
||||||
|
:deep(.n-data-table-thead th)
|
||||||
|
background-color rgba(196, 196, 196, 1)
|
||||||
:deep(.score-plus)
|
:deep(.score-plus)
|
||||||
background-color yellow
|
background-color yellow
|
||||||
:deep(.score-minus)
|
:deep(.score-minus)
|
||||||
|
@ -542,6 +542,8 @@ export default {
|
|||||||
<style lang="stylus" scoped>
|
<style lang="stylus" scoped>
|
||||||
.container
|
.container
|
||||||
padding 0 10px
|
padding 0 10px
|
||||||
|
:deep(.n-data-table-thead th)
|
||||||
|
background-color rgba(196, 196, 196, 1)
|
||||||
:deep(.score-plus)
|
:deep(.score-plus)
|
||||||
background-color yellow
|
background-color yellow
|
||||||
:deep(.score-minus)
|
:deep(.score-minus)
|
||||||
|
@ -494,6 +494,8 @@ export default {
|
|||||||
<style lang="stylus" scoped>
|
<style lang="stylus" scoped>
|
||||||
.container
|
.container
|
||||||
padding 0 10px
|
padding 0 10px
|
||||||
|
:deep(.n-data-table-thead th)
|
||||||
|
background-color rgba(196, 196, 196, 1)
|
||||||
:deep(.score-plus)
|
:deep(.score-plus)
|
||||||
background-color yellow
|
background-color yellow
|
||||||
:deep(.score-minus)
|
:deep(.score-minus)
|
||||||
|
Loading…
Reference in New Issue
Block a user