mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-07-24 10:04:46 +08:00
Compare commits
No commits in common. "51c3ac863117907d986bb07754417ec07be70a0d" and "1daf83cf9d583046965a57d5f7598d6bd8a411ae" have entirely different histories.
51c3ac8631
...
1daf83cf9d
@ -98,6 +98,7 @@
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
transition: 0.1s;
|
||||
}
|
||||
|
||||
.pure-segmented-group {
|
||||
|
@ -32,7 +32,7 @@ const toggleClick = () => {
|
||||
>
|
||||
<IconifyIconOffline
|
||||
:icon="isActive ? MenuFold : MenuUnfold"
|
||||
class="inline-block! align-middle hover:text-primary dark:hover:text-white!"
|
||||
class="inline-block align-middle hover:text-primary dark:hover:text-white!"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user