...
|
...
|
@@ -66,12 +66,12 @@ export default { |
|
|
<style lang="css">
|
|
|
.wf-item {
|
|
|
width: 100%;
|
|
|
padding: 10px;
|
|
|
padding: 6px;
|
|
|
font-size: 24px;
|
|
|
|
|
|
.wf-item-mid {
|
|
|
border-radius: 8px;
|
|
|
box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.3);
|
|
|
border-radius: 2PX;
|
|
|
box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
...
|
...
|
|