本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
kj
/
bizfile
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Notification Ui changes --Partial Changes
master
prahalad
3 年之前
父節點
f8969fd435
當前提交
4547772053
共有
5 個檔案被更改
,包括
75 行新增
和
15979 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
angular.json
+28
-15978
package-lock.json
+1
-1
src/app/notifications/notifications.component.html
+42
-0
src/app/notifications/notifications.component.scss
+1
-0
src/app/tabs/tabs.component.scss
+ 3
- 0
angular.json
查看文件
@@ -1,5 +1,8 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"cli": {
"analytics": false
},
"version": 1,
"newProjectRoot": "projects",
"projects": {
+ 28
- 15978
package-lock.json
文件差異過大導致無法顯示
查看文件
+ 1
- 1
src/app/notifications/notifications.component.html
查看文件
@@ -1,6 +1,6 @@
<section class="notifications">
<header>
<h4> Notification </h4>
<h4> Notification
s
</h4>
</header>
<ul>
+ 42
- 0
src/app/notifications/notifications.component.scss
查看文件
@@ -0,0 +1,42 @@
header {
background-color: white;
position: sticky;
top: 0;
padding: 1.5rem 2rem;
border-bottom: 1px solid var(--border-grey);
h4{
font-size: 1.8rem;
color: var(--primary);
font-weight: 500;
}
}
ul {
list-style: none;
li {
display: block;
padding: 1.5rem 2rem;
h5 {
font-size: 1.4rem;
margin: 0 0 0.5rem;
font-weight: 500;
}
p {
color: var(--dark-grey);
font-size: 1.3rem;
}
.time-stamp {
display: block;
margin: 1rem 0 0;
font-size: 3rem;
font-size: 1.3rem;
color: var(--dark-grey);
}
}
}
+ 1
- 0
src/app/tabs/tabs.component.scss
查看文件
@@ -184,6 +184,7 @@ $header-height: 10rem;
z-index: 2;
right: 26rem;
border-radius: 1.5rem;
overflow: auto;
}
.page {
Write
Preview
Loading…
取消
儲存