Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
basic-uniapp-v3
概览
概览
详情
活动
周期分析
版本库
存储库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
Basic
basic-uniapp-v3
Commits
b229c6c4
提交
b229c6c4
authored
8月 17, 2023
作者:
方治民
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
style: 抽离 Widget 组件公共样式
上级
2fbca106
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
11 行增加
和
27 行删除
+11
-27
BottomBar.vue
src/components/Map/Widgets/BottomBar/src/BottomBar.vue
+1
-3
LeftBarWidget.vue
src/components/Map/Widgets/LeftBarWidget.vue
+0
-15
Legend.vue
src/components/Map/Widgets/Legend/src/Legend.vue
+1
-3
SwitchControl.vue
...omponents/Map/Widgets/SwitchControl/src/SwitchControl.vue
+5
-3
TimeBar.vue
src/components/Map/Widgets/TimeBarWidget/src/TimeBar.vue
+1
-3
common.scss
src/components/Map/Widgets/common.scss
+3
-0
没有找到文件。
src/components/Map/Widgets/BottomBar/src/BottomBar.vue
浏览文件 @
b229c6c4
...
...
@@ -82,9 +82,7 @@
</
template
>
<
style
lang=
"scss"
scoped
>
@mixin
animate
()
{
transition
:
all
0.35s
;
}
@import
'../../common.scss'
;
.wrap
{
@include
animate();
...
...
src/components/Map/Widgets/LeftBarWidget.vue
deleted
100644 → 0
浏览文件 @
2fbca106
<!-- 左侧控制组件 -->
<
script
setup
lang=
"ts"
>
//
</
script
>
<
template
>
<view
class=
"wrap left-bar"
>
<!-- -->
</view>
</
template
>
<
style
lang=
"scss"
scoped
>
//
</
style
>
src/components/Map/Widgets/Legend/src/Legend.vue
浏览文件 @
b229c6c4
...
...
@@ -134,9 +134,7 @@
</template>
<
style
lang=
"scss"
scoped
>
@mixin
animate
()
{
transition
:
all
0.35s
;
}
@import
'../../common.scss'
;
.wrap
{
@include
animate();
...
...
src/components/Map/Widgets/SwitchControl/src/SwitchControl.vue
浏览文件 @
b229c6c4
...
...
@@ -57,9 +57,11 @@
</
template
>
<
style
lang=
"scss"
scoped
>
@import
'../../common.scss'
;
.switch-control
{
>
*
{
width
:
7
0
rpx
;
width
:
6
0
rpx
;
height
:
120
rpx
;
background-color
:
rgba
(
0
,
0
,
0
,
0.3
);
display
:
flex
;
...
...
@@ -73,7 +75,7 @@
.prev
{
left
:
0
;
border-radius
:
0
1
0
rpx
10
rpx
0
;
border-radius
:
0
1
5
rpx
15
rpx
0
;
.icon
{
position
:
relative
;
...
...
@@ -83,7 +85,7 @@
.next
{
right
:
0
;
border-radius
:
1
0
rpx
0
0
10
rpx
;
border-radius
:
1
5
rpx
0
0
15
rpx
;
}
}
</
style
>
src/components/Map/Widgets/TimeBarWidget/src/TimeBar.vue
浏览文件 @
b229c6c4
...
...
@@ -235,9 +235,7 @@
</template>
<
style
lang=
"scss"
scoped
>
@mixin
animate
()
{
transition
:
all
0.35s
;
}
@import
'../../common.scss'
;
.wrap
{
@include
animate();
...
...
src/components/Map/Widgets/common.scss
0 → 100644
浏览文件 @
b229c6c4
@mixin
animate
()
{
transition
:
all
0
.35s
;
}
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论