diff --git a/pages/index.vue b/pages/index.vue index 4f1e566..01b75af 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -247,6 +247,7 @@ + + 张三 .icon { + color: #3399ff; + position: absolute; + right: 10px; + } + .u-button { + position: relative; width: 100% !important; - min-width: 77px; + min-width: 72px; + + .name { + position: absolute; + color: rgb(0, 0, 0, 0.5); + } + } + + .u-button--info { + background: transparent; + border: 1px solid #39ac4f; + color: #39ac4f; + } + + .u-button--error { + background-color: #e60012; } .u-line-progress { - min-width: 77px; + min-width: 72px; margin-top: 5px; } }