diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-22 22:29:33 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-22 22:29:33 +0900 |
| commit | 246693b8484b72048cb515b76aa5f094f5fdeb56 (patch) | |
| tree | 703f7636c363b480b20690495353691e09c98a27 /src/client/pages/instance/abuses.vue | |
| parent | fix style (diff) | |
| download | misskey-246693b8484b72048cb515b76aa5f094f5fdeb56.tar.gz misskey-246693b8484b72048cb515b76aa5f094f5fdeb56.tar.bz2 misskey-246693b8484b72048cb515b76aa5f094f5fdeb56.zip | |
インスタンス管理画面作り直し (#7473)
* wip
* wip
* wip
* wip
Diffstat (limited to 'src/client/pages/instance/abuses.vue')
| -rw-r--r-- | src/client/pages/instance/abuses.vue | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/client/pages/instance/abuses.vue b/src/client/pages/instance/abuses.vue index 7666bc1a44..73196027dc 100644 --- a/src/client/pages/instance/abuses.vue +++ b/src/client/pages/instance/abuses.vue @@ -1,5 +1,5 @@ <template> -<div class=""> +<div class="lcixvhis"> <div class="_section reports"> <div class="_content"> <div class="inputs" style="display: flex;"> @@ -80,6 +80,8 @@ export default defineComponent({ MkPagination, }, + emits: ['info'], + data() { return { [symbols.PAGE_INFO]: { @@ -117,6 +119,10 @@ export default defineComponent({ }, }, + mounted() { + this.$emit('info', this[symbols.PAGE_INFO]); + }, + methods: { acct, @@ -132,6 +138,10 @@ export default defineComponent({ </script> <style lang="scss" scoped> +.lcixvhis { + margin: var(--margin); +} + .bcekxzvu { > .target { display: flex; |