Sign in

MES / DataAcquisition · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • DataAcquisition
  • HHECS.DAQWebClient
  • wwwroot
  • js
  • lay-module
  • treetable-lay
  • treetable.css
  • 采集端集成MQTT Rpc消息处理功能
    5007e771
    唐召明 authored
    2025-02-05 09:37:30 +0800  
    Browse Code »
treetable.css 294 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
.treeTable-empty {
    width: 20px;
    display: inline-block;
}

.treeTable-icon {
    cursor: pointer;
}

.treeTable-icon .layui-icon-triangle-d:before {
    content: "\e623";
}

.treeTable-icon.open .layui-icon-triangle-d:before {
    content: "\e625";
    background-color: transparent;
}