From ca9d976f05ff64c5b5c8b66477a95ff51f0f1a03 Mon Sep 17 00:00:00 2001 From: khk Date: Mon, 25 Nov 2019 10:51:45 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B7=B8=EB=A3=B9=EB=AA=85=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../group/edit-group.dialog.component.html | 99 +--------------- .../group/edit-group.dialog.component.scss | 106 +----------------- 2 files changed, 2 insertions(+), 203 deletions(-) diff --git a/projects/ucap-webmessenger-app/src/app/layouts/messenger/dialogs/group/edit-group.dialog.component.html b/projects/ucap-webmessenger-app/src/app/layouts/messenger/dialogs/group/edit-group.dialog.component.html index a96f0da9..4231703b 100644 --- a/projects/ucap-webmessenger-app/src/app/layouts/messenger/dialogs/group/edit-group.dialog.component.html +++ b/projects/ucap-webmessenger-app/src/app/layouts/messenger/dialogs/group/edit-group.dialog.component.html @@ -1,4 +1,4 @@ - - - - 설정 - - -
- - - - - 일반 - - - - - - - 개인정보취급방침 - - - - - - - 알림 - - - - - - - 장치 - - - - - - - 사용권한 - - - - - - - 통화 - - - - - - -
-
- - - -
\ No newline at end of file diff --git a/projects/ucap-webmessenger-app/src/app/layouts/messenger/dialogs/group/edit-group.dialog.component.scss b/projects/ucap-webmessenger-app/src/app/layouts/messenger/dialogs/group/edit-group.dialog.component.scss index e56eb9dc..3314d0e5 100644 --- a/projects/ucap-webmessenger-app/src/app/layouts/messenger/dialogs/group/edit-group.dialog.component.scss +++ b/projects/ucap-webmessenger-app/src/app/layouts/messenger/dialogs/group/edit-group.dialog.component.scss @@ -1,4 +1,4 @@ -/*::ng-deep .mat-card-header-tex{ +::ng-deep .mat-card-header-tex{ margin:0; } .confirm-card{ @@ -23,108 +23,4 @@ form{ .mat-form-field{ width:100%; } -}*/ - - -::ng-deep .cdk-overlay-pane { - width: 600px; - max-height: 90%; - height:800px; -} - -::ng-deep .setting-frame{ - padding: 16px; - height:100%; - min-width: 500px; - position: relative; - - .mat-dialog-container { - position: relative; - } - - .mat-card-header { - position: relative; - width: 100%; - border-bottom:1px solid #dddddd; - margin-bottom: 12px; - } - - .mat-card-content { - flex: 0 0 auto; - display: flex; - align-items: flex-start; - height: calc(100% - 100px); - border-bottom:1px solid #dddddd; - .setting-tab{ - position: relative; - width:100%; - height:100%; - .mat-tab-body-wrapper{ - border-left:1px solid #dddddd; - position: relative; - height:100%; - padding: 0 0 10px 10px; - - } - } - } - - .button-farm { - text-align: right; - position: absolute; - width: 100%; - bottom: 10px; - .mat-primary { - margin-left: 4px; - } - } -} - -::ng-deep .setting-tab{ - .mat-tab-group{ - position: relative; - height:100%; - width:100%; - .mat-tab-header{ - .mat-tab-label-container{ - .mat-tab-list{ - .mat-tab-labels{ - border-bottom:0; - padding-right:10px; - .mat-tab-label{ - padding:0 10px; - } - } - } - } - } - - .mat-tab-body-wrapper{ - .mat-tab-body{ - .mat-tab-body-conten{ - position:relative; - width:100%; - height:100%; - .mat-list-base{ - position:relative; - .mat-list-option{ - height:40px; - } - } - } - } - } - } -} - -::ng-deep .setting-category{ - .mat-list-base{ - position:relative; - .mat-list-item{ - font-size:15px; - - } - .mat-divider{ - } - } } \ No newline at end of file