Skip to content
Snippets Groups Projects
Commit bd1f4b8d authored by syuilo's avatar syuilo
Browse files

refactor

parent dc19f201
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,7 @@ const modal = $shallowRef<InstanceType<typeof MkModal>>(); ...@@ -33,6 +33,7 @@ const modal = $shallowRef<InstanceType<typeof MkModal>>();
<style lang="scss" scoped> <style lang="scss" scoped>
.xubzgfga { .xubzgfga {
margin: auto;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: 100%; height: 100%;
......
...@@ -66,6 +66,7 @@ function close() { ...@@ -66,6 +66,7 @@ function close() {
.szkkfdyq { .szkkfdyq {
max-height: 100%; max-height: 100%;
width: min(460px, 100vw); width: min(460px, 100vw);
margin: auto;
padding: 24px; padding: 24px;
box-sizing: border-box; box-sizing: border-box;
overflow: auto; overflow: auto;
......
...@@ -117,6 +117,7 @@ function onContextmenu(ev: MouseEvent) { ...@@ -117,6 +117,7 @@ function onContextmenu(ev: MouseEvent) {
<style lang="scss" scoped> <style lang="scss" scoped>
.hrmcaedk { .hrmcaedk {
margin: auto;
overflow: hidden; overflow: hidden;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
......
...@@ -85,6 +85,7 @@ defineExpose({ ...@@ -85,6 +85,7 @@ defineExpose({
<style lang="scss" scoped> <style lang="scss" scoped>
.ebkgoccj { .ebkgoccj {
margin: auto;
overflow: hidden; overflow: hidden;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment