Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 1 | Rev 9 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 7
Línea 693... Línea 693...
693
                  id="resultchat_'+chatboxtitle+'"
693
                  id="resultchat_'+chatboxtitle+'"
694
                >
694
                >
695
                  {messagesRender()}
695
                  {messagesRender()}
696
                </ul>
696
                </ul>
697
              </div>
697
              </div>
698
              {loading && (
-
 
699
                <div
-
 
700
                  style={{
-
 
701
                    position: "absolute",
-
 
702
                    left: "0",
-
 
703
                    top: "0",
-
 
704
                    width: "100%",
-
 
705
                    height: "100%",
-
 
706
                    background: "rgba(255, 255, 255, 0.4)",
-
 
707
                    display: "flex",
-
 
708
                    justifyContent: "center",
-
 
709
                    alignItems: "center",
-
 
710
                    zIndex: "300",
-
 
711
                  }}
-
 
712
                >
-
 
713
                  <Spinner />
-
 
714
                </div>
-
 
715
              )}
-
 
716
              <div className="wchat-footer wchat-chat-footer chatboxinput">
698
              <div className="wchat-footer wchat-chat-footer chatboxinput">
717
                <div id="chatFrom">
699
                <div id="chatFrom">
718
                  <div className="block-wchat">
700
                  <div className="block-wchat">
719
                    <button
701
                    <button
720
                      className="icon ti-clip attachment font-24 btn-attach btn-attach uploadFile"
702
                      className="icon ti-clip attachment font-24 btn-attach btn-attach uploadFile"