Skip to content

Commit

Permalink
refactor: 统一修改u-前缀为up-及删除u--组件
Browse files Browse the repository at this point in the history
  • Loading branch information
jry committed Aug 20, 2024
1 parent b3ee18a commit c9a9827
Show file tree
Hide file tree
Showing 228 changed files with 3,519 additions and 3,850 deletions.
2 changes: 1 addition & 1 deletion src/pages/componentsA/cell/cell.nvue
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
}
}

:deep(.u-cell-group) {
:deep(.up-cell-group) {
background-color: #fff;
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/pages/componentsC/datetimePicker/datetimePicker.nvue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<view class="u-page">
<view class="up-page">
<up-navbar
title="datetimePicker 时间日期选择器"
@leftClick="navigateBack"
Expand Down Expand Up @@ -242,7 +242,7 @@
</script>

<style lang="scss">
.u-page {
.up-page {
padding: 0;
}
</style>
80 changes: 0 additions & 80 deletions src/uni_modules/uview-plus/components/u--form/u--form.vue

This file was deleted.

50 changes: 0 additions & 50 deletions src/uni_modules/uview-plus/components/u--image/u--image.vue

This file was deleted.

74 changes: 0 additions & 74 deletions src/uni_modules/uview-plus/components/u--input/u--input.vue

This file was deleted.

45 changes: 0 additions & 45 deletions src/uni_modules/uview-plus/components/u--text/u--text.vue

This file was deleted.

47 changes: 0 additions & 47 deletions src/uni_modules/uview-plus/components/u--textarea/u--textarea.vue

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
* @Author : LQ
* @Author : LQ,jry
* @Description :
* @version : 1.0
* @version : 3.0
* @Date : 2021-08-20 16:44:21
* @LastAuthor : LQ
* @lastTime : 2021-08-20 16:44:35
* @FilePath : /u-view2.0/uview-ui/libs/config/props/actionSheet.js
* @LastAuthor : jry
* @lastTime : 2024-08-20 14:20:58
* @FilePath : /uview-plus/libs/config/props/actionSheet.js
*/
export default {
// action-sheet组件
Expand Down
Loading

0 comments on commit c9a9827

Please sign in to comment.