Logo white

other / mew-iview

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits
  • Compare
  • Branches 2
  • Tags 0
  • mew-iview
  • src
  • components
18 Jan, 2018
4 commits
  • Checkbox WIP
    98252a9e
    Xotic750 authored
    2018-01-18 20:32:20 +0100  
    Browse Dir »
  • Revert "Revert "update Button & style"" ...
    9e5c7283
    This reverts commit 518c639ada3332204e71c342c9eb8f4e05a1daf3.
    梁灏 authored
    2018-01-18 10:51:12 +0800  
    Browse Dir »
  • Revert "update Button & style" ...
    518c639a
    This reverts commit 4434b3abfbbe97f38c8ccd61e8c5664f1b1120b7.
    梁灏 authored
    2018-01-18 10:27:14 +0800  
    Browse Dir »
  • update Button & style ...
    4434b3ab
    @xotic750 I update Button code, because just use :focus style can do it, so i removed some event.
    梁灏 authored
    2018-01-18 10:13:13 +0800  
    Browse Dir »

16 Jan, 2018
1 commit
  • Use an added style and shadow for the focused element.
    8cc60d22
    Graham Fairweather authored
    2018-01-16 16:04:16 +0100  
    Browse Dir »

15 Jan, 2018
4 commits
  • Merge pull request #2783 from SergioCrisostomo/add-clickoutside-event ...
    9c1b5c1c
    New feature: add "clickoutside" event emitter to dropdown
    Aresn authored
    2018-01-15 18:24:29 +0800  
    Browse Dir »
  • Merge pull request #2775 from hxsf/patch-1 ...
    24e156e6
    fix last column resize bug when no data
    Aresn authored
    2018-01-15 18:17:52 +0800  
    Browse Dir »
  • Merge branch '2.0' of https://github.com/iview/iview into 2.0
    b31dd8fa
    梁灏 authored
    2018-01-15 18:12:13 +0800  
    Browse Dir »
  • update
    3288b530
    梁灏 authored
    2018-01-15 18:11:41 +0800  
    Browse Dir »

12 Jan, 2018
1 commit
  • Update dropdown.vue
    e845e84d
    陈峰 authored
    2018-01-12 09:51:33 +0800  
    Browse Dir »

10 Jan, 2018
1 commit
  • add click outside event emitter to dropdown
    526a142c
    Sergio Crisostomo authored
    2018-01-10 09:43:24 +0100  
    Browse Dir »

09 Jan, 2018
3 commits
  • Merge pull request #2393 from SergioCrisostomo/refactor-slider ...
    3537176f
    Refactor slider
    Aresn authored
    2018-01-09 18:02:18 +0800  
    Browse Dir »
  • Correct barStyle computed property
    3e9a7f97
    Sergio Crisostomo authored
    2018-01-09 06:07:23 +0100  
    Browse Dir »
  • fix last column resize bug when no data ...
    e7f2801b
    If a table has heigth and last column is auto width
    
    let width = ''
    // is_last_column, true && top_always_true && height_set_by_user, true
    if ( this.columns.length === index + 1 && top && this.$parent.bodyHeight !== 0) {
    // width will be 0 + this.$parent.scrollBarWidth === this.$parent.scrollBarWidth
    // so last column will be 10~20px(the width of scrollBar)
    }
    there is an example with iview@2.8.0
    [gist](https://gist.github.com/anonymous/e04e86c9e99d4d1e97bf327769acd345)
    [demo on jsbin](http://jsbin.com/soqogagiqu)
    呼啸随风 authored
    2018-01-09 10:22:17 +0800  
    Browse Dir »

08 Jan, 2018
3 commits
  • Merge pull request #2722 from GLChan/patch-1 ...
    1af3dd1f
    Update cascader.vue
    Aresn authored
    2018-01-08 14:51:50 +0800  
    Browse Dir »
  • Merge pull request #2724 from AlexanderMisel/patch-1 ...
    4ffec807
    Add saturation property
    Aresn authored
    2018-01-08 14:49:59 +0800  
    Browse Dir »
  • Merge pull request #2757 from adam-zou/pr/2644 ...
    5edc93d6
    fix issue: #2352
    Aresn authored
    2018-01-08 14:47:34 +0800  
    Browse Dir »

05 Jan, 2018
2 commits
  • fix issue: #2352
    a1bdd0d7
    Eric authored
    2018-01-05 18:11:49 +0800  
    Browse Dir »
  • fixed bug of notice when has render and title bug no desc
    efc65a34
    zhigang.li authored
    2018-01-05 15:23:46 +0800  
    Browse Dir »

30 Dec, 2017
1 commit
  • Add saturation property ...
    2b2dc78a
    add a property to decide whether saturation panel should show
    Alexander Misel authored
    2017-12-30 15:42:19 +0800  
    Browse Dir »

29 Dec, 2017
1 commit
  • Update cascader.vue
    f7caa832
    GLChen authored
    2017-12-29 22:44:53 +0800  
    Browse Dir »

25 Dec, 2017
2 commits
  • fixed Table bug in Vue 2.5.13
    ceeb9361
    梁灏 authored
    2017-12-25 10:26:54 +0800  
    Browse Dir »
  • update Modal
    504f8c52
    梁灏 authored
    2017-12-25 09:41:20 +0800  
    Browse Dir »

22 Dec, 2017
2 commits
  • correct input display value
    adc203b9
    Sergio Crisostomo authored
    2017-12-22 14:47:55 +0100  
    Browse Dir »
  • refactor and DRY Slider
    2b87ffa9
    Sergio Crisostomo authored
    2017-12-22 14:47:55 +0100  
    Browse Dir »

21 Dec, 2017
5 commits
  • update
    40365cfc
    zhigang.li authored
    2017-12-21 18:22:27 +0800  
    Browse Dir »
  • fixed the bug about backgroundcolor when tag is checked
    2a6f6058
    zhigang.li authored
    2017-12-21 18:10:50 +0800  
    Browse Dir »
  • udpate notice
    3f7a5f1a
    zhigang.li authored
    2017-12-21 16:42:23 +0800  
    Browse Dir »
  • Merge pull request #2668 from lison16/layout ...
    baa75b0a
    update Layout
    Aresn authored
    2017-12-21 10:00:38 +0800  
    Browse Dir »
  • update sider
    c2d603d0
    zhigang.li authored
    2017-12-21 09:58:40 +0800  
    Browse Dir »

20 Dec, 2017
10 commits
  • make it will not collapse when didn't set 'breakpoint'
    716d151a
    zhigang.li authored
    2017-12-20 18:55:25 +0800  
    Browse Dir »
  • fixed the bug about v-modle
    ad74efbc
    zhigang.li authored
    2017-12-20 17:32:08 +0800  
    Browse Dir »
  • Merge pull request #2667 from lison16/messagerender ...
    c6336ce4
    make Message and Notice support render
    Aresn authored
    2017-12-20 17:03:12 +0800  
    Browse Dir »
  • update
    c7cd8bdd
    zhigang.li authored
    2017-12-20 16:54:00 +0800  
    Browse Dir »
  • make Message and Notice support render
    b24be35a
    zhigang.li authored
    2017-12-20 16:19:25 +0800  
    Browse Dir »
  • Merge pull request #2644 from lison16/tag ...
    2ec84333
    close #2406
    Aresn authored
    2017-12-20 11:43:43 +0800  
    Browse Dir »
  • update tag custom color
    78fc1e14
    zhigang.li authored
    2017-12-20 11:24:42 +0800  
    Browse Dir »
  • update
    8a0cb3ce
    梁灏 authored
    2017-12-20 11:03:08 +0800  
    Browse Dir »
  • Merge pull request #2628 from Jsnows/2.0 ...
    0d019866
    增加逻辑:
    Aresn authored
    2017-12-20 10:55:24 +0800  
    Browse Dir »
  • Merge pull request #2662 from liumiaoxiang/patch-1 ...
    a56af92e
    Update carousel.vue
    Aresn authored
    2017-12-20 10:46:40 +0800  
    Browse Dir »