diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index d43c75c..e608e7a 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -6,8 +6,8 @@ "type" : "uni-app:app-ios" }, { - "customPlaygroundType" : "device", - "playground" : "standard", + "customPlaygroundType" : "local", + "playground" : "custom", "type" : "uni-app:app-android" } ] diff --git a/common/main.css b/common/main.css index d2f9a80..a4d30ce 100644 --- a/common/main.css +++ b/common/main.css @@ -256,6 +256,10 @@ display: flex; } +.shrink-0 { + flex-shrink: 0; +} + .flex-column { flex-direction: column; } @@ -282,6 +286,11 @@ align-items: center; } +.flex-align-start { + display: flex; + align-items: flex-start; +} + .flex-justify-center { display: flex; justify-content: center; diff --git a/components/message/list.vue b/components/message/list.vue new file mode 100644 index 0000000..c3ed4c8 --- /dev/null +++ b/components/message/list.vue @@ -0,0 +1,145 @@ + + + + \ No newline at end of file diff --git a/components/message/message-nav-bar.vue b/components/message/message-nav-bar.vue new file mode 100644 index 0000000..de19cf2 --- /dev/null +++ b/components/message/message-nav-bar.vue @@ -0,0 +1,512 @@ + + + + + + diff --git a/components/nav-bar/nav-bar.vue b/components/nav-bar/nav-bar.vue index 1525ee8..d0b53b9 100644 --- a/components/nav-bar/nav-bar.vue +++ b/components/nav-bar/nav-bar.vue @@ -13,7 +13,7 @@