Commit eb32142b by 无尘

fix:修改样式

parent 76a51310
<!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><link rel=icon href=favicon.ico><title>达摩</title><link href=css/chunk-144000a6.bf249446.css rel=prefetch><link href=css/chunk-33c951a4.f826ab6a.css rel=prefetch><link href=css/chunk-649593de.ee2a394d.css rel=prefetch><link href=css/chunk-79c5c020.0114f34b.css rel=prefetch><link href=js/chunk-144000a6.3c30b76a.js rel=prefetch><link href=js/chunk-33c951a4.421eb071.js rel=prefetch><link href=js/chunk-649593de.f6dccd05.js rel=prefetch><link href=js/chunk-79c5c020.e017a5d7.js rel=prefetch><link href=css/app.cfda35a7.css rel=preload as=style><link href=js/app.85e9d9af.js rel=preload as=script><link href=js/chunk-vendors.428de956.js rel=preload as=script><link href=css/app.cfda35a7.css rel=stylesheet></head><body><div id=app></div><script src=js/chunk-vendors.428de956.js></script><script src=js/app.85e9d9af.js></script></body></html> <!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><link rel=icon href=favicon.ico><title>达摩</title><link href=css/chunk-144000a6.bf249446.css rel=prefetch><link href=css/chunk-33c951a4.f826ab6a.css rel=prefetch><link href=css/chunk-6661217a.f4fdebd8.css rel=prefetch><link href=css/chunk-79c5c020.0114f34b.css rel=prefetch><link href=js/chunk-144000a6.3c30b76a.js rel=prefetch><link href=js/chunk-33c951a4.421eb071.js rel=prefetch><link href=js/chunk-6661217a.6bfea0d0.js rel=prefetch><link href=js/chunk-79c5c020.e017a5d7.js rel=prefetch><link href=css/app.cfda35a7.css rel=preload as=style><link href=js/app.f1d51d92.js rel=preload as=script><link href=js/chunk-vendors.428de956.js rel=preload as=script><link href=css/app.cfda35a7.css rel=stylesheet></head><body><div id=app></div><script src=js/chunk-vendors.428de956.js></script><script src=js/app.f1d51d92.js></script></body></html>
\ No newline at end of file \ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* @Author: 无尘 * @Author: 无尘
* @Date: 2020-07-23 17:18:25 * @Date: 2020-07-23 17:18:25
* @LastEditors: 无尘 * @LastEditors: 无尘
* @LastEditTime: 2020-08-04 10:31:32 * @LastEditTime: 2020-08-04 13:50:36
--> -->
<template> <template>
<div class="index-contain"> <div class="index-contain">
...@@ -182,6 +182,10 @@ export default { ...@@ -182,6 +182,10 @@ export default {
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
} }
.van-cell__label {
white-space: pre-wrap;
word-break: break-all;
}
.bind-btn-body { .bind-btn-body {
margin-top: 40px; margin-top: 40px;
padding: 10px; padding: 10px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment