Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
synergy-components
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
community
synergy-components
Commits
31f26afe
Commit
31f26afe
authored
Jun 04, 2025
by
Samir Sadyhov
🤔
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
компонент РКК документа
parent
dd9aa4db
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
561 additions
and
0 deletions
+561
-0
constructor/scripts/RCC/_RCC.css
constructor/scripts/RCC/_RCC.css
+94
-0
constructor/scripts/RCC/_RCC.js
constructor/scripts/RCC/_RCC.js
+467
-0
No files found.
constructor/scripts/RCC/_RCC.css
0 → 100644
View file @
31f26afe
.rcc_container
{
position
:
relative
;
width
:
100%
;
height
:
100%
;
background
:
#FAFAFA
;
overflow
:
hidden
;
}
.rcc_data
{
position
:
absolute
;
width
:
100%
;
height
:
calc
(
100%
-
50px
);
background
:
#fff
;
padding
:
20px
;
overflow
:
auto
;
}
.rcc_data.no_rcc_buttons
{
height
:
100%
;
}
.rcc_buttons
{
width
:
100%
;
height
:
50px
;
background
:
#FAFAFA
;
border-bottom
:
1px
solid
rgb
(
217
,
217
,
217
);
margin
:
0
;
padding
:
0px
20px
;
display
:
flex
;
align-items
:
center
;
}
.uk-table.rcc-table
thead
th
{
background
:
#FAFAFA
;
border
:
1px
solid
#E8E8E8
;
font-weight
:
600
;
font-size
:
14px
;
line-height
:
22px
;
color
:
#262626
;
text-transform
:
none
;
}
.uk-table.rcc-table
tbody
tr
{
background
:
#fff
;
border
:
none
;
}
.uk-table.rcc-table
tbody
td
{
border
:
1px
solid
#E8E8E8
;
padding
:
8px
;
font-size
:
14px
;
line-height
:
21px
;
color
:
#595959
;
}
.rcc-table.docflowTable
.docflowTableCell
>
table
td
{
border
:
none
!important
;
}
.uk-accordion.rcc-accordion
li
{
border
:
1px
solid
var
(
--gray
);
border-radius
:
3px
;
}
.uk-accordion.rcc-accordion
.uk-accordion-content
{
padding
:
0
30px
;
}
.uk-accordion.rcc-accordion
.uk-accordion-content
>
:last-child
{
margin-bottom
:
20px
;
}
.uk-accordion.rcc-accordion
.uk-accordion-title
{
padding
:
10px
;
}
#buttonSaveRCC
{
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
width
:
40px
;
height
:
40px
;
color
:
#999
;
cursor
:
pointer
;
transition
:
0.3s
;
}
#buttonSaveRCC
.material-icons
{
font-size
:
1.8em
;
}
#buttonSaveRCC
:hover
{
color
:
#333
;
}
constructor/scripts/RCC/_RCC.js
0 → 100644
View file @
31f26afe
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment