There was an error while loading. Please reload this page.
1 parent 193f6a4 commit f516264Copy full SHA for f516264
2 files changed
src/assets/css/dashboard/index.less
@@ -233,6 +233,7 @@
233
}
234
.u-name-meta {
235
top: 0;
236
+ align-items: center;
237
238
.u-identity {
239
span {
src/views/dashboard/notice/phone.vue
@@ -331,14 +331,17 @@ export default {
331
332
333
.m-notice-phone__dialog {
334
+ .el-dialog__headerbtn{
335
+ .flex(o);
336
+ }
337
.el-dialog {
338
border-radius: 24px;
339
overflow: hidden;
340
341
- .el-dialog__header {
- padding: 22px 24px 0;
- }
342
+ // .el-dialog__header {
343
+ // padding: 22px 24px 0;
344
+ // }
345
346
.el-dialog__body {
347
padding: 18px 24px 24px;
0 commit comments