This commit is contained in:
parent
a104763ed1
commit
ea5168b70c
|
|
@ -34,7 +34,7 @@ export default {
|
||||||
initTime: {
|
initTime: {
|
||||||
// 初始时间
|
// 初始时间
|
||||||
type: Number,
|
type: Number,
|
||||||
default:3600,
|
default:185,
|
||||||
},
|
},
|
||||||
// isDown: {
|
// isDown: {
|
||||||
// // 是否是倒计时
|
// // 是否是倒计时
|
||||||
|
|
@ -184,7 +184,7 @@ export default {
|
||||||
.box .bottom {
|
.box .bottom {
|
||||||
background-color: #DCDCDC;
|
background-color: #DCDCDC;
|
||||||
line-height: 0rpx;
|
line-height: 0rpx;
|
||||||
border-top: 2rpx solid #fff;
|
border-top: 1rpx solid #fff;
|
||||||
border-radius: 0 0 4rpx 4rpx;
|
border-radius: 0 0 4rpx 4rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -105,7 +105,7 @@
|
||||||
const tabbrarr = ref([
|
const tabbrarr = ref([
|
||||||
{ name: '护理', url: '/static/shouye/sy/n0.png', urls: '/static/shouye/sy/n1.png', type: 'kzgn_hljz' },
|
{ name: '护理', url: '/static/shouye/sy/n0.png', urls: '/static/shouye/sy/n1.png', type: 'kzgn_hljz' },
|
||||||
{ name: '医疗', url: '/static/shouye/sy/y0.png', urls: '/static/shouye/sy/y1.png', type: 'kzgn_yljz' },
|
{ name: '医疗', url: '/static/shouye/sy/y0.png', urls: '/static/shouye/sy/y1.png', type: 'kzgn_yljz' },
|
||||||
{ name: '后勤', url: '/static/shouye/sy/l0.png', urls: '/static/shouye/sy/l1.png', type: 'kzgn_hqjz' },
|
{ name: '后勤', url: '/static/shouye/sy/q0.png', urls: '/static/shouye/sy/q1.png', type: 'kzgn_hqjz' },
|
||||||
{ name: '库房', url: '/static/shouye/sy/l0.png', urls: '/static/shouye/sy/l1.png', type: 'kzgn_kfjz' },
|
{ name: '库房', url: '/static/shouye/sy/l0.png', urls: '/static/shouye/sy/l1.png', type: 'kzgn_kfjz' },
|
||||||
])
|
])
|
||||||
const specialPage = ref(0)
|
const specialPage = ref(0)
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 2.6 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
Loading…
Reference in New Issue