@@ -157,12 +157,9 @@ const handleChangePage = (index) => {
position: absolute;
bottom: 0;
right: 30px;
- color: var(--color-999);
+ color: var(--v-primary-base);
font-size: 14px;
cursor: pointer;
- &:hover {
- color: var(--v-primary-base);
- }
}
.company-content {
height: calc(100vh - 100px);
@@ -130,9 +130,6 @@ watch(
margin-right: 12px;
margin-top: 4px;
</style>