Skip to content

Commit

Permalink
Update depends
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka-1314 committed Feb 12, 2025
1 parent 9fd0241 commit c71c4ee
Show file tree
Hide file tree
Showing 1,016 changed files with 59,993 additions and 47,934 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Component({
properties: {
text: {
type: String,
value: '暂无数据',
},
desc: {
type: String,
value: '',
},
},
lifetimes: {
attached() { },
},
methods: {}
})
Component({
properties: {
text: {
type: String,
value: '暂无数据',
},
desc: {
type: String,
value: '',
},
},
lifetimes: {
attached() { },
},
methods: {}
})
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"component": true
{
"component": true
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<view class="no-data">
<image class="no-data" src="/static/svg/illustration/no-data.svg" mode="aspectFit"></image>
<text class="no-data">{{text}}</text>
<text class="no-data" wx:if="{{desc}}">{{desc}}</text>
<view class="no-data">
<image class="no-data" src="/static/svg/illustration/no-data.svg" mode="aspectFit"></image>
<text class="no-data">{{text}}</text>
<text class="no-data" wx:if="{{desc}}">{{desc}}</text>
</view>
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
view.no-data {
width: 100%;
text-align: center;
margin-top: calc(50vh - 300rpx);
color: gray;
}
image.no-data {
display: block;
width: 160rpx;
height: 160rpx;
margin: 20rpx auto;
}
text.no-data {
font-size: 26rpx;
display: block;
view.no-data {
width: 100%;
text-align: center;
margin-top: calc(50vh - 300rpx);
color: gray;
}

image.no-data {
display: block;
width: 160rpx;
height: 160rpx;
margin: 20rpx auto;
}

text.no-data {
font-size: 26rpx;
display: block;
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Component({
properties: {
waterText: {
type: String,
value: '小程序水印',
}
},
lifetimes: {
attached() { },
},
methods: {}
})
Component({
properties: {
waterText: {
type: String,
value: '小程序水印',
}
},
lifetimes: {
attached() { },
},
methods: {}
})
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"component": true
{
"component": true
}
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<!--components/watermark/watermark.wxml-->
<view class="water_top" style="pointer-events: none;">
<view class="water-text">{{waterText}}</view>
<view class="water-text">{{waterText}}</view>
<view class="water-text">{{waterText}}</view>
<view class="water-text">{{waterText}}</view>
<view class="water-text">{{waterText}}</view>
<view class="water-text">{{waterText}}</view>
<view class="water-text">{{waterText}}</view>
<view class="water-text">{{waterText}}</view>
<view class="water-text">{{waterText}}</view>
<view class="water-text">{{waterText}}</view>
<view class="water-text">{{waterText}}</view>
<view class="water-text">{{waterText}}</view>
<view class="water-text">{{waterText}}</view>
<view class="water-text">{{waterText}}</view>
<view class="water-text">{{waterText}}</view>
<view class="water-text">{{waterText}}</view>
</view>
<!--components/watermark/watermark.wxml-->
<view class="water_top" style="pointer-events: none;">
<view class="water-text">{{waterText}}</view>
<view class="water-text">{{waterText}}</view>
<view class="water-text">{{waterText}}</view>
<view class="water-text">{{waterText}}</view>
<view class="water-text">{{waterText}}</view>
<view class="water-text">{{waterText}}</view>
<view class="water-text">{{waterText}}</view>
<view class="water-text">{{waterText}}</view>

<view class="water-text">{{waterText}}</view>
<view class="water-text">{{waterText}}</view>
<view class="water-text">{{waterText}}</view>
<view class="water-text">{{waterText}}</view>
<view class="water-text">{{waterText}}</view>
<view class="water-text">{{waterText}}</view>
<view class="water-text">{{waterText}}</view>
<view class="water-text">{{waterText}}</view>
</view>

Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
/* components/watermark/watermark.wxss */
/* 想要改水印大小或者稀疏通过样式调整即可 */
.water_top {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
transform: rotate(-10deg);
z-index: 9;
}
.water-text {
float: left;
width: 375rpx;
color: rgba(0, 0, 0, 0.15);
text-align: center;
font-size: 15px;
margin: 120rpx 0;
/* components/watermark/watermark.wxss */
/* 想要改水印大小或者稀疏通过样式调整即可 */
.water_top {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
transform: rotate(-10deg);
z-index: 9;
}

.water-text {
float: left;
width: 375rpx;
color: rgba(0, 0, 0, 0.15);
text-align: center;
font-size: 15px;
margin: 120rpx 0;
}
13 changes: 13 additions & 0 deletions miniprogram/miniprogram_npm/dayjs/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c71c4ee

Please sign in to comment.