fix: allow value selection in admin system info (#1161)
This commit is contained in:
parent
37ce116dd2
commit
3d5e4abca1
@ -1,5 +1,5 @@
|
|||||||
<template lang='pug'>
|
<template lang='pug'>
|
||||||
v-container(fluid, grid-list-lg)
|
v-container.admin-system(fluid, grid-list-lg)
|
||||||
v-layout(row, wrap)
|
v-layout(row, wrap)
|
||||||
v-flex(xs12)
|
v-flex(xs12)
|
||||||
.admin-header
|
.admin-header
|
||||||
@ -230,5 +230,9 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang='scss'>
|
<style lang='scss'>
|
||||||
|
.admin-system {
|
||||||
|
.v-list-item__subtitle {
|
||||||
|
user-select: text;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user